Accessibility: Incorrect focus behaviour on modal #295
dahalsaur
started this conversation in
Ideas / Requests
Replies: 1 comment
-
Should be optimized with the latest V2 version 😃 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Focus is not directed to the first functional element of the modal window
When you open "Add to calendar" modal using keyboard, you can see that the focus is not at the first functional element of the modal window. In the screenshot, it should have focused on "Apple" element on clicking "Add to calendar".
Focus is not trapped within the modal window
The tab navigation is escaping out of the modal, which is not the correct behaviour. When you navigate through elements in the modal using tab, it should always loop through modal elements unless user clicks esc or the close button.
Tools used: Google Chrome Version 108.0.5359.124 (Official Build) (arm64) using keyboard navigation
Beta Was this translation helpful? Give feedback.
All reactions