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)
Change History (2)
Changed 14 years ago by
Attachment: | dialog.diff added |
---|
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.7 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in r2130. Thanks.
Note: See
TracTickets for help on using
tickets.
Patch for calling moveToTop() correctly