Bug Tracker

Modify

Ticket #2518 (closed bug: fixed)

Opened 5 years ago

Last modified 5 years ago

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

Reported by: davidb Owned by: joern
Priority: major Milestone: 1.2.4
Component: ui Version: 1.2.3
Keywords: accessibility Cc: colin.clark@…
Blocking: Blocked by:

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

comment:1 Changed 5 years ago by rworth

  • Summary changed from In Slider test, value doesn't update for keyboard usage to [slider] In Slider test, value doesn't update for keyboard usage

comment:2 Changed 5 years ago by paul

  • Owner changed from paul to joern

comment:3 Changed 5 years ago by joern

  • Status changed from new to closed
  • Resolution set to fixed

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.