You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon activation, the modal window does not receive immediate focus with keyboard navigation, as the focus moves sequentially through remaining page elements first.
Navigate to "Modal with Form" example with Tab key.
Activate "Modal with Form" example with Enter key.
Try using the keyboard to navigate inside the modal right after it opens.
Observe the behavior of the focus.
Actual result
The focus does not immediately enter the modal window. Instead, it progresses through other elements on the underlying page before finally moving into the modal.
Screen.Recording.2024-11-04.at.10.47.51.mov
Expected result
When the modal window is activated by pressing Enter, focus should move to the first interactive element inside the modal upon pressing the Tab key. This ensures intuitive and seamless keyboard navigation within the modal.
Environment
UUI version: 5.10.2
Browser name: any
Operating System: any
The text was updated successfully, but these errors were encountered:
Description
Upon activation, the modal window does not receive immediate focus with keyboard navigation, as the focus moves sequentially through remaining page elements first.
Steps to Reproduce
Tab
key.Enter
key.Actual result
The focus does not immediately enter the modal window. Instead, it progresses through other elements on the underlying page before finally moving into the modal.
Screen.Recording.2024-11-04.at.10.47.51.mov
Expected result
When the modal window is activated by pressing Enter, focus should move to the first interactive element inside the modal upon pressing the Tab key. This ensures intuitive and seamless keyboard navigation within the modal.
Environment
The text was updated successfully, but these errors were encountered: