Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#2007 closed enhancement (fixed)

Bring selected Dialog to front of other dialogs. (Patch Included)

Reported by: Xichekolas Owned by:
Priority: minor Milestone: 1.5
Component: ui.core 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.

Attachments (1)

BringToFront.diff (1.6 KB) - added by Xichekolas 15 years ago.

Download all attachments as: .zip

Change History (5)

Changed 15 years ago by Xichekolas

Attachment: BringToFront.diff added

comment:1 Changed 15 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.

comment:2 Changed 15 years ago by rdworth

Resolution: fixed
Status: newclosed

Fixed in [4590]

comment:3 Changed 15 years ago by (none)

Milestone: 1.2.2

Milestone 1.2.2 deleted

comment:4 Changed 14 years ago by paul

Milestone: 1.5
Note: See TracTickets for help on using tickets.