Search and Top Navigation
#4214 closed bug (fixed)
Opened February 23, 2009 02:54AM UTC
Closed February 25, 2009 05:29AM UTC
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 (1)
Changed February 25, 2009 05:29AM UTC by comment:1
milestone: | TBD → 1.7 |
---|---|
resolution: | → fixed |
status: | new → closed |
Fixed in r2130. Thanks.