Opened 14 years ago
Closed 14 years ago
#4015 closed bug (fixed)
Dialog shadow does not have a z-index on open
Reported by: | boconnor | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.7 |
Component: | ui.dialog | Version: | 1.6rc6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When opening a dialog a call is made to moveToTop() prior to the shadow being created. This means that a z-index is not applied to the shadow. This is particularly noticeable when opening multiple dialogs over each other.
The solution is to move if(options.shadow)
this._createShadow();
above the call to moveToTop in the open method.
Change History (1)
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r1941. Thanks.