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

Bug: dbc.Tabs not keyboard accessible #891

Open
araichev opened this issue Sep 22, 2022 · 1 comment
Open

Bug: dbc.Tabs not keyboard accessible #891

araichev opened this issue Sep 22, 2022 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@araichev
Copy link

araichev commented Sep 22, 2022

This issue relates to disability access, and echoes the Dash issue discussed here.
Specifically, one can't switch between dbc.Tabs using the keyboard's <tab> and <space> keys.
You can test this on your tabs demo page, for example.

@araichev araichev changed the title dbc.Tabs keyboard navigation dbc.Tabs : how to switch tabs using a keyboard? Sep 22, 2022
@araichev araichev changed the title dbc.Tabs : how to switch tabs using a keyboard? Bug: dbc.Tabs not keyboard accessible Oct 20, 2022
@tcbegley tcbegley added the help wanted Extra attention is needed label Dec 28, 2022
@wannadream
Copy link

Based on the implementation, NavLink focus is managed according to the ARIA authoring practices for tabs.
https://react-bootstrap.netlify.app/docs/components/navs#nav

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Development

No branches or pull requests

3 participants