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
This behavior occurs on Microsoft Edge, Chrome, and Firefox, however, it is easier to trigger on MS Edge as on pressing F4, the focus automatically moves out of the page to the browser's address bar (attached video), leading to accessibility issues.
In MS Edge -
On pressing F4 to open/trigger a value help dialog for the MultiInput component, the focus moves to the browser's address bar. Then on pressing tab, the focus does not move back to the dialog on navigation, it cycles through the background elements first, not the open dialog.
In Firefox and Chrome -
Manually moving the focus out of the page and then using tab to navigate reproduces the same issue.
Describe the bug
This behavior occurs on Microsoft Edge, Chrome, and Firefox, however, it is easier to trigger on MS Edge as on pressing F4, the focus automatically moves out of the page to the browser's address bar (attached video), leading to accessibility issues.
In MS Edge -
On pressing F4 to open/trigger a value help dialog for the MultiInput component, the focus moves to the browser's address bar. Then on pressing tab, the focus does not move back to the dialog on navigation, it cycles through the background elements first, not the open dialog.
In Firefox and Chrome -
Manually moving the focus out of the page and then using tab to navigate reproduces the same issue.
Isolated Example
https://stackblitz.com/edit/kqob4ac6?file=src%2FApp.tsx
Reproduction steps
Expected Behaviour
Background elements should not be accessible if a dialog is open
Screenshots or Videos
dialog-focus-background-issue.mp4
UI5 Web Components for React Version
~2.4.0
UI5 Web Components Version
~2.4.0
Browser
Edge, Chrome, Firefox
Operating System
Windows
Additional Context
No response
Relevant log output
Organization
SAP
Declaration