Modify ↓
Ticket #1022 (closed bug: wontfix)
Interface: slider and keyboard usage
| Reported by: | trixta | Owned by: | stefan |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.1.3 |
| Component: | interface | Version: | 1.1.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description (last modified by scott.gonzal) (diff)
some little errors in dragmoveByKey:
this.dragElem is undefined -> should be /this/ ? in Case '40' [keycode] jQuery.iDrag should be /jQuery.iSlider/
no bug, but i think tabindex should be in normal taborder instead of toDrag.attr('tabindex',jQuery.iSlider.tabindex++); i would use toDrag.attr('tabindex',0);
http://pfirsichmelba.de/artikel-scripts/wai-slider-interface-jquery.html
Attachments
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.

