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

b-tabs with prop no-key-nav Jaws support #4323

Closed
Assignees

Comments

@ghost
Copy link

ghost commented Oct 30, 2019

When using Jaws Screen reader, a focused tab is announced as "to activate tab page press SPACEBAR" but the supported key to activate the current focused tab in the component is "ENTER" instead.
The b-tabs component should support "SPACEBAR" to select a focused tab.

@tmorehouse
Copy link
Member

Hmmm... I thought we had added SPACE as well as ENTER.

We will need to add this in.

@tmorehouse tmorehouse self-assigned this Oct 30, 2019
@tmorehouse
Copy link
Member

@fabo15x is this only when no-key-nav is set? or does it happen with key nav is enabled as well?

@tmorehouse
Copy link
Member

Looking a the code, it appears that the issue was with no-key-nav enabled.

@tmorehouse
Copy link
Member

BootstrapVue v2.1.0 has been released, which has a fix for this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment