Ticket #2007 (closed enhancement: fixed)
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: | |
| Blocking: | Blocked by: |
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.
Attachments
Change History
comment:1 Changed 6 years ago by Xichekolas
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.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

