#5463 closed defect (fixed)
TimeTextBox typematic doesn't work when scrolling downwards
Reported by: | Adam Peller | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In test_TimeTextBox, open one of the textbox popups and click and hold on the down arrow. It moves a couple of clicks, but stops. If you click and hold on the up arrow, it continues scrolling and accelerates as you'd expect.
Change History (3)
comment:1 Changed 13 years ago by
Milestone: | → 1.1 |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [11920]) Fixes #5463. Reduced the # of divs by 1 so that the down arrow node doesn't change position during scrolling.