#9651 closed defect (fixed)
IE 6/7: DropDownSelect list visible outside scrolling div
Reported by: | Douglas Hays | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dijit - Form | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Run dijit/tests/form/test_DropDownSelect.html in IE6 or 7.
Scroll down to the Long List test with Alabama.
Click the down arrow to open the popup. The list will extend vertically outside the scrolling container.
Change History (4)
comment:1 Changed 13 years ago by
Milestone: | tbd → 1.4 |
---|
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 11 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
This is a manifestation of an IE bug - described at http://mt-olympus.com/emmett/bug_overflow_positionrelative.php
I think we can fix this by setting position:static in the appropriate places.