Skip to content

Make navbar more accessible (keyboard) #3442

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

Closed
wants to merge 1 commit into from

Conversation

karanBRAVO
Copy link

@karanBRAVO karanBRAVO commented Apr 10, 2025

Make the navbar more accessible by adding key-down event listener on buttons. Now, one can navigate menu-items using up or down arrow-keys along with tab and shift-tab.

Fixes #2933

I have verified that this pull request:

  • has no linting errors (npm run lint)
  • has no test errors (npm run test)
  • is from a uniquely-named feature branch and is up-to-date with the develop branch.
  • is descriptively named and links to an issue number, i.e. Fixes #123

Make the navbar more accessible by adding
key-down event listener on buttons. Now
one can navigate menu-items using `up` or
`down` arrow-keys.
Copy link

welcome bot commented Apr 10, 2025

🎉 Thanks for opening this pull request! Please check out our contributing guidelines if you haven't already.

@karanBRAVO
Copy link
Author

Hello @raclim,
What are your suggestions for this PR?

@raclim
Copy link
Collaborator

raclim commented Apr 10, 2025

Thanks for your work on this!

We do already have an open PR that resolves this issue. Since we're planning to work with that one, I don't think we can get this in. I'm sorry that we're not able to work with this one, but please feel free to check that one out and add any other thoughts you might have!

@raclim raclim closed this Apr 10, 2025
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.

Up/Down arrow keys not working on dropdown
2 participants