#2092 closed task (fixed)
implement typematic mixin or support code
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Spinner, Slider, the new Carousel widget, etc... all have/need typematic support, to handle key repeat rate when you hold down the arrow keys. Need to abstract that code into a mixin, or support library, rather than repeating it in each widget.
Change History (5)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 14 years ago by
Milestone: | 0.9 → 0.9M2 |
---|
Note: See
TracTickets for help on using
tickets.
(In [7522]) Fixes #2092.