-
Notifications
You must be signed in to change notification settings - Fork 884
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
Fix channel tabs accessibility #3689
Fix channel tabs accessibility #3689
Conversation
I normally just use mouse to click near it and then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All tested
This goes in reverse direction for me, am i doing something wrong? VirtualBoxVM_lsAjMNc04k.mp4 |
|
Ah it says |
Fix channel tabs accessibility
Pull Request Type
Related issue
closes #3643
Description
This pull request fixes the channel tabs not behaving as expected when navigating them with the keyboard. This should bring it inline with https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/tab_role#keyboard_interaction.
Issues that are fixed:
aria-selected
andtabindex
propertiesScreenshots
see video in #3643 for a before view
Testing
tip: click on the share button twice (open and close) to set the focus on it, so that you don't have to TAB through the whole window to get to the channel tabs.
First test case
Check that only the currently selected tab can be visited by pressing the TAB key (you can select different tabs by using the arrow keys to change the focus and SPACE or ENTER to select a tab)
Second test case
Third test case
Desktop