Opened 13 years ago
Closed 13 years ago
#8761 closed defect (invalid)
IE7: Popups in Dialog affect background elements
Reported by: | Adam Peller | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.3.0b1 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description (last modified by )
Thanks to Peter Parente (IBM) for this excellent CDN-based example
In IE7, simply click the dropdown in the dialog and the red element in the background disappears
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | dojo-collapse.html added |
---|
comment:1 Changed 13 years ago by
Cc: | [email protected]… added |
---|---|
Summary: | Popups in Dialog affect background elements → IE7: Popups in Dialog affect background elements |
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Turns out the test case (and the application on which it was based) were invalid because they were missing the
html, body { height: 100%; width: 100%; }
Without that, it becomes a circular definition where <div.box> is effectively defined to be as tall as <body>, but <body> is as tall as it's contents (namely, <div.box>).
Note: See
TracTickets for help on using
tickets.
example from Peter Parente (IBM)