#2350 closed bug (fixed)
SELECTs pierce thru the Dialog in IE6
Reported by: | snobo | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | ui.core | Version: | 1.2.3 |
Keywords: | dialog, IE6, select, iframe | Cc: | |
Blocked by: | Blocking: |
Description
It is a known issue that in IE lte 6, SELECT controls cannot be hovered by any element except IFRAME (they are seen through). Apparently, jQuery.dialog doesn't employ dynamically created iframe, because if SELECTs are present on a page, they pierce thru an open dialog.
It would be great if the jQuery.dialog would create an Iframe the size of the dialog, placed under it, on the fly; of course only for IE5/IE6.
Change History (5)
comment:1 follow-up: 3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 14 years ago by
Milestone: | → 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
There is now an option to use bgiframe on dialogs (requires latest SVN - added after 1.5b):
Or, you could change the defaults so that all dialogs use bgiframe: