#8665 closed defect (fixed)
ComboBox test fails: scrolling problems
Reported by: | haysmark | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit - Form | Version: | 1.3.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In FF3 (not FF2):
- In test_ComboBox, move your mouse to the long ComboBox? of dijits.
- Double-click and press backspace to clear the input.
- Press down until you reach the end of visible portion of the list.
- Press down a few more times. Notice that the window has started scrolling a little too, moving the mouse closer to the menu.
- Press down until the body scrolls so much the mouse is over the ComboBox? menu.
Now that the mouse is over the menu, whenever pressing down would cause the menu to scroll, the body also scrolls and triggers a mouse move event, so the mouse fights with the down arrow key for control of the menu. The result is that it is hard to make progress scrolling through the menu.
The body really shouldn't be scrolling at all.
Change History (4)
comment:1 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|---|
Owner: | set to Douglas Hays |
Status: | new → assigned |
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
[16714] Fixes #8665 !strict. Handle double scrollbars and add testcase.