Modify ↓
Ticket #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.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:
- Tab to the first slider thumb.
- 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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
