Bug Tracker

Modify

Ticket #2007 (closed enhancement: fixed)

Opened 6 years ago

Last modified 5 years ago

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

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

Change History

Changed 6 years ago by Xichekolas

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.

comment:2 Changed 5 years ago by rworth

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in [4590]

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.