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

Don't preventDefault on all keydown #74

Open
adri326 opened this issue Jun 17, 2023 · 0 comments
Open

Don't preventDefault on all keydown #74

adri326 opened this issue Jun 17, 2023 · 0 comments

Comments

@adri326
Copy link

adri326 commented Jun 17, 2023

The page currently calls event.preventDefault() on every keydown event, making the page unaccessible for keyboard users, as tabbing between links is prevented by that call.

Consider only calling preventDefault() in the cases covered in the switch. I can submit a patch in a few days once my finals are over :)

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

No branches or pull requests

1 participant