#11647 closed defect (fixed)
Select test failure: drop down doesn't open in IE
Reported by: | haysmark | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Dijit - Form | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See:
http://archive.dojotoolkit.org/nightly/checkout/dijit/tests/form/robot/Select.html
The very last test group opens a select, then tries to open another select and click a menu item. In all versions of IE, the second select's drop down briefly opens but then unexpectedly closes, causing the robot to fail spectacularly by flinging the mouse off the browser.
Change History (5)
comment:1 Changed 11 years ago by
Milestone: | tbd → 1.6 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [22780]) Remove trigger where scrolling viewport causes drop downs to close. It interferes when a large popup causes the viewport to scroll (Select.html robot test) and is actually not necessary to fix the Dialog bug (refs #10547). Fixes #11647 !strict.
Still leaves another failure on IE8 though, the last test in Select.html. Problem is that clicking Select B while another Select A is open will close A but not open B. That's a manifestation of [the workaround for #11132.
comment:4 Changed 11 years ago by
comment:5 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Right, this is from [22546]. The drop down momentarily opens, but it's bigger than the viewport, and when the first element (or some element, not sure which) is automatically focused, the screen scrolls and the drop down clauses.
It needs the Menu scrollbar support in #10631 to fix it I think.