Skip to main content

Search and Top Navigation

#8160 closed bug (notabug)

Opened March 02, 2012 09:44PM UTC

Closed March 02, 2012 09:51PM UTC

Vertical Slider responds to Home and End buttons non-intuitively

Reported by: tvwxyz Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.slider Version: 1.8.18
Keywords: Cc:
Blocked by: Blocking:
Description

Repro steps:

1. go to http://jqueryui.com/demos/slider/slider-vertical.html

2. click the thumbbox (square box on the slider)

3. click the Home button (on the keyboard)

notice slider jumps to bottom

4. click the End button (on the keyboard)

notice slider jumps to top

Expected behavior: Home button should send slider to top, End button should send slider to bottom

Attachments (0)
Change History (1)

Changed March 02, 2012 09:51PM UTC by rdworth comment:1

resolution: → invalid
status: newclosed

This is as designed. In both horizontal and vertical sliders, HOME goes to the minimum value and END goes to the maximum value. Same consistency with LEFT/DOWN (descrease) and RIGHT/UP (increase). See specs at http://wiki.jqueryui.com/w/page/12138059/Slider section 3