Side navigation
#1022 closed bug (wontfix)
Opened March 05, 2007 01:12PM UTC
Closed March 31, 2008 02:13AM UTC
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: | ||
Blocked by: | Blocking: |
Description
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 (1)
Change History (1)
Changed March 31, 2008 02:13AM UTC by comment:1
description: | 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\ \ \ → 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 \ \ \ |
---|---|
need: | → Review |
resolution: | → wontfix |
status: | new → closed |
Interface is no longer supported; consider switching to jQuery UI.