jQuery-slimScroll icon indicating copy to clipboard operation
jQuery-slimScroll copied to clipboard

Added support for keybd events

Open amharik opened this issue 9 years ago • 4 comments

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.

amharik avatar Mar 14 '15 17:03 amharik

:+1: for this, makes scrolling much more accessible.

gaving avatar Dec 11 '15 09:12 gaving

@aharikrishnan :+1:

baj9032 avatar Jun 30 '17 09:06 baj9032

Perfect, why this change was not merged?

stefersonferreira avatar Nov 12 '19 21:11 stefersonferreira

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.

Myddna avatar Jul 06 '21 09:07 Myddna