Skip to main content

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 paul comment:1

type: bugfeature

Changed August 17, 2008 10:21AM UTC by Cloudream comment:2

milestone: → TDB

Changed February 17, 2009 12:36PM UTC by jzaefferer comment:3

milestone: TBD1.next
priority: minormajor

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 rdworth comment:4

milestone: 1.next1.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 scottgonzalez comment:5

resolution: → fixed
status: newclosed

Fixed in r3422 - page up/down jumps by 1/5 of the slider's full range.