Opened 14 years ago

Closed 14 years ago

#4214 closed bug (fixed)

Dialog z-index adjusted incorrectly on mousedown

Reported by: obrie Owned by:
Priority: major Milestone: 1.7
Component: ui.dialog Version: 1.6rc6
Keywords: Cc:
Blocked by: Blocking:

Description

This is best demonstrated by the attached diff, but it would appear as though the Dialog's mousedown binding is invoking moveToTop() with the wrong parameters. As a result, it's being forced to the top with a new z-index when it shouldn't be. This is a problem if I add other visuals in the dialog (with their own higher z-index) after it's already been created. When you then click on the dialog, it attempts to move itself to the top of the stack.

Attachments (1)

dialog.diff (366 bytes) - added by obrie 14 years ago.
Patch for calling moveToTop() correctly

Download all attachments as: .zip

Change History (2)

Changed 14 years ago by obrie

Attachment: dialog.diff added

Patch for calling moveToTop() correctly

comment:1 Changed 14 years ago by Scott González

Milestone: TBD1.7
Resolution: fixed
Status: newclosed

Fixed in r2130. Thanks.

Note: See TracTickets for help on using tickets.