Opened 13 years ago
Closed 13 years ago
#8639 closed defect (fixed)
TimePicker scrolls too fast
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
run dijit/tests/form/test_TimeTextBox.html, select the first box and hover over the popup arrows - the speed starts out too slow and then in about 2 seconds is too fast. Also, clicking the arrows causes a change on mousedown and then another on mouseup.
Change History (2)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [16677]) Fixes #8639. Changed the typematic rate in _TimePicker to be constant since the amount of data is relatively small and fixed. Changed key processing so that keyup events to not cause scrolling.