Search and Top Navigation
#4015 closed bug (fixed)
Opened January 30, 2009 09:01PM UTC
Closed February 01, 2009 01:30AM UTC
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.
Attachments (0)
Change History (1)
Changed February 01, 2009 01:30AM UTC by comment:1
| milestone: | TBD → 1.6 |
|---|---|
| resolution: | → fixed |
| status: | new → closed |
Fixed in r1941. Thanks.