Keyboard navigation
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 3.1k
- Forks
- 455
- Avg merge
- 5h 9m
- Merged PRs (30d)
- 2
Description
Is there any way to disable keyboard navigation (using arrow keys when tabs focused)
PS: i just want to disable it because of its different behaviour under different browsers.
Shortly - i need to render all <li> without tabindex.... its impossible now
reason - It throws Focus from active tab to body from ported modal after "tab" key (chrome only)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the component's keyboard-navigation, arrow-key handling, and focus management around tabs, list items, and ported modals. Reproduce the Chrome behavior described in the issue and compare it with other browsers. Done means the requested navigation behavior can be disabled without breaking tab focus or accessibility.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- accessibility, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100