jQuery-slimScroll
jQuery-slimScroll copied to clipboard
Added support for keybd events
Fixes accessibility issue #191
Added two new options tabIndex
and pageScrollThreshold
-
tabIndex
: Adds tabindex attribute with the value provided default is 0, tabIndex are necessary for keyboard navigation -
pageScrollThreshold
: On PageUp / PageDown, this option allows to specify number of pixels to scroll back to maintain continuity instead of doing full page scroll.
:+1: for this, makes scrolling much more accessible.
@aharikrishnan :+1:
Perfect, why this change was not merged?
This would be very useful :). Sadly, the changes are not currently working for me. Just tried reapplying the changes over a new fork of the current repository and the up/down keys were not working as they should.