-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Accessibility: keyboard navigation on the toolbar #15054
Accessibility: keyboard navigation on the toolbar #15054
Conversation
Hi, thanks for your contribution! |
@Calinteodor can you PTAL? |
@saghul is there any update on this PR? |
Jenkins test this please. |
@ahmadkadri It seems there is a failing test on Firefox. Please check it. Thank you. |
Please, could you run the test again. |
Jenkins test this please. |
@ahmadkadri @emrahcom There is still one test failing. Can you check it please? |
Hi @Calinteodor, |
Jenkins test this please. |
Thank you for your contribution. |
Description: when user use the keyboard navigation and have the focus on the toolbar. this focus should stay till the user tab out of the toolbar.
Actual Behavior: Toolbar menu disappear after a certain time even with the focus on it.
Expected Behavior: Toolbar should stay visible on focus (and closed on blur) and on mouse hover (and closed on mouse out).
before:
beforeFixToolbarKeyboardocus.mp4
after:
afterFixToolbarKeyboeadFocus.mp4
issue jitsi community: https://community.jitsi.org/t/accessibility-keyboard-navigation/133334