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.

Something like: options.paging
calculate() ...

Change History (5)

comment:1 Changed 15 years ago by paul

Type: bugfeature

comment:2 Changed 15 years ago by Cloudream

Milestone: TDB

comment:3 Changed 14 years ago by Jörn Zaefferer

Milestone: TBD1.next
Priority: minormajor

Should be tackled in the next release, keyboard navigation has a high priority for UI in general.

comment:4 Changed 14 years ago by rdworth

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).

comment:5 Changed 13 years ago by Scott González

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.