#4173 closed bug (worksforme)
selects show up on top of the overlay in IE6
Reported by: | wichert | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.dialog | Version: | 1.6rc6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
select
elements always show up on top for IE6, ignoring any given z-index. This means they also show up on top of the overlay.
To fix this the overlay should be implemented by inserting an iframe
instead of a div
.
Change History (4)
comment:1 Changed 14 years ago by
Milestone: | 1.7 → 1.8 |
---|
comment:2 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:3 Changed 14 years ago by
Milestone: | 1.8 → TBD |
---|
Note: See
TracTickets for help on using
tickets.
Dialog has the bgiframe option to fix this for IE6. We also have plans to rewrite bgiframe as a UI plugin and then automatically use it for dialogs.