Search and Top Navigation
#3096 closed feature (fixed)
Opened July 15, 2008 12:50AM UTC
Closed November 09, 2009 03:11AM UTC
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.
Something like: options.paging || calculate() ...
Attachments (0)
Change History (5)
Changed July 25, 2008 04:30PM UTC by comment:1
type: | bug → feature |
---|
Changed August 17, 2008 10:21AM UTC by comment:2
milestone: | → TDB |
---|
Changed February 17, 2009 12:36PM UTC by comment:3
milestone: | TBD → 1.next |
---|---|
priority: | minor → major |
Should be tackled in the next release, keyboard navigation has a high priority for UI in general.
Changed May 15, 2009 01:56AM UTC by comment:4
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).
Changed November 09, 2009 03:11AM UTC by comment:5
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in r3422 - page up/down jumps by 1/5 of the slider's full range.