Opened 15 years ago
Closed 13 years ago
#3096 closed feature (fixed)
Add a paging option for slider?
Reported by: | davidb | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.8 |
Component: | ui.slider | Version: | 1.5.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Sliders typically support pageup/down keys (in addition to arrows, home, and end keys). We could add a paging option, or calculate a good paging size, or both.
calculate() ... |
Change History (5)
comment:1 Changed 15 years ago by
Type: | bug → feature |
---|
comment:2 Changed 15 years ago by
Milestone: | → TDB |
---|
comment:3 Changed 14 years ago by
Milestone: | TBD → 1.next |
---|---|
Priority: | minor → major |
comment:4 Changed 14 years ago by
Milestone: | 1.next → 1.8 |
---|
The refactored slider in 1.7 now uses HOME and END keys. We could use PGUP and PGDOWN to move 1/5 of the slider's full range (max-min / 5).
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r3422 - page up/down jumps by 1/5 of the slider's full range.
Note: See
TracTickets for help on using
tickets.
Should be tackled in the next release, keyboard navigation has a high priority for UI in general.