Ticket #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: | ||
| Blocking: | Blocked by: |
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
Change History
Changed 4 years ago by obrie
-
attachment
dialog.diff
added
Note: See
TracTickets for help on using
tickets.


Patch for calling moveToTop() correctly