Side navigation
#2007 closed enhancement (fixed)
Opened December 05, 2007 05:00AM UTC
Closed February 02, 2008 09:52PM UTC
Bring selected Dialog to front of other dialogs. (Patch Included)
Reported by: | Xichekolas | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.2 |
Component: | ui | Version: | 1.2.1 |
Keywords: | dialog placement patch | Cc: | |
Blocked by: | Blocking: |
Description
When you have multiple dialogs opened, they always layer in the order that they were opened, with the most recent on top. This patch (see diff below) brings the dialog you click on to the front of the others (by changing z-index css properties).
Using it locally, thought others might like it.
Attached new patch diff file that makes bringToFront a named method. I didn't bother to stub out external way to call it, but I figure if there is the need for that someone else can do it. I mainly did this because I noticed that reopening an existing (but hidden) dialog didn't bring it to front of others. This is now fixed.