Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for keybd events #192

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

amharik
Copy link

@amharik amharik commented Mar 14, 2015

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.

@gaving
Copy link

gaving commented Dec 11, 2015

👍 for this, makes scrolling much more accessible.

@baj9032
Copy link

baj9032 commented Jun 30, 2017

@aharikrishnan 👍

@stefersonferreira
Copy link

Perfect, why this change was not merged?

@Myddna
Copy link

Myddna commented Jul 6, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants