Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#2518 closed bug (fixed)

[slider] In Slider test, value doesn't update for keyboard usage

Reported by: davidb Owned by: joern
Priority: major Milestone: 1.5
Component: ui.core Version: 1.2.3
Keywords: accessibility Cc: [email protected]
Blocked by: Blocking:

Description

http://dev.jquery.com/view/trunk/ui/tests/slider.html

To recreate:

  1. Tab to the first slider thumb.
  2. Press right arrow key.

Expected: slider moves and value changes (in box above)

Actual: slider moves and value doesn't appear to change.

Perhaps key based operation doesn't fire the 'slide' handler?

Change History (5)

comment:1 Changed 15 years ago by rdworth

Summary: In Slider test, value doesn't update for keyboard usage[slider] In Slider test, value doesn't update for keyboard usage

comment:2 Changed 15 years ago by paul

Owner: changed from paul to joern

comment:3 Changed 15 years ago by joern

Resolution: fixed
Status: newclosed

Fixed, moveTo (which is used by the key event handler) now also fires the slide event.

comment:4 Changed 15 years ago by (none)

Milestone: 1.2.4

Milestone 1.2.4 deleted

comment:5 Changed 14 years ago by paul

Milestone: 1.5
Note: See TracTickets for help on using tickets.