#6146 closed defect (fixed)
ComboBox: accessing drop down causes viewport to scroll (IE6)
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 1.1b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In the i18n demo on IE6, scroll the viewport and then press the down arrow on the language combobox. Then press down arrow key (or up arrow key) to start traversing the drop down list.
Viewport automatically scrolls to top of document (which is bad), plus which when the dropdown is below the combobox, it is now partially off-screen.
To reproduce bug may help to open a bunch of nodes on the tree, to make the page longer. (Or alternately make your browser window smaller.)
Change History (2)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [13034]) Fixes #6146. Removed IE's node.scrollIntoView invocation and used the generic code already available. The menu item was being scroll into view with regard for keeping the parent menu in view as well.