Opened 11 years ago

Closed 11 years ago

#8160 closed bug (notabug)

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

Change History (1)

comment:1 Changed 11 years ago by rdworth

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

Note: See TracTickets for help on using tickets.