Ticket #6146 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

ComboBox: accessing drop down causes viewport to scroll (IE6)

Reported by: bill Owned by: doughays
Priority: normal Milestone: 1.1
Component: Dijit Version: 1.1b1
Severity: normal Keywords:
Cc:

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

Changed 9 months ago by doughays

  • status changed from new to closed
  • resolution set to fixed

(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.

Note: See TracTickets for help on using tickets.