Open
Description
What package has an issue
@svelteuidev/core
A clear and concise description of what the bug is
When using the Tabs component, it is possible to select disabled tabs using the WAI-ARIA keyboard style. I'm not completely sure if this is intended, I would expect the keyboard controls to skip over disabled tabs. This behavior can also be observed on the svelteui.org website in the Tabs documentation.
If this is intended, is there a way to skip disabled tabs when using the arrow keys?
In which browser(s) did the problem occur?
Chrome
Steps To Reproduce
- Create a simple component and copy the Tab component props example code inside
- Open in Browser
- Select one of the not disabled tabs
- Use they arrow key to navigate to the disabled Tab
- The content of the disabled tab is visible
Do you know how to fix the issue
No
Are you willing to participate in fixing this issue and create a pull request with the fix
No
Relevant Assets
No response