We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Popup.ts - getFisrtFocusableElement is not optimized to search in depth but searches sibling first.
ui5-popover, ui5-responsive-popover, ui5-dialog
Focus should go on "Item 3", instead it focuses the first focusable element which is on a higher node level.
https://js-wensajc5.stackblitz.io/
No response
High
2.7.3
Chrome
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug Description
In Popup.ts - getFisrtFocusableElement is not optimized to search in depth but searches sibling first.
Affected Component
ui5-popover, ui5-responsive-popover, ui5-dialog
Expected Behaviour
Focus should go on "Item 3", instead it focuses the first focusable element which is on a higher node level.
Isolated Example
https://js-wensajc5.stackblitz.io/
Steps to Reproduce
Log Output, Stack Trace or Screenshots
No response
Priority
High
UI5 Web Components Version
2.7.3
Browser
Chrome
Operating System
No response
Additional Context
No response
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: