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
Whenever a parent item is clicked/pressed via keyboard, it is not selected. Only its submenu is opened.
ui5-side-navigation
No response
<ui5-side-navigation style="height: 100px;" collapsed> <ui5-side-navigation-item text="Home" icon="home" tooltip="Home tooltip"></ui5-side-navigation-item> <ui5-side-navigation-item text="People" icon="group"> <ui5-side-navigation-sub-item text="From My Team"></ui5-side-navigation-sub-item> <ui5-side-navigation-sub-item text="From Other Teams"></ui5-side-navigation-sub-item> </ui5-side-navigation-item> </ui5-side-navigation>
People
SideNavigation#handleOverflowItemClick handler is not called
Medium
main branch
Chrome
Windows
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Description
Whenever a parent item is clicked/pressed via keyboard, it is not selected. Only its submenu is opened.
Affected Component
ui5-side-navigation
Expected Behaviour
No response
Isolated Example
No response
Steps to Reproduce
People
. It won't happenLog Output, Stack Trace or Screenshots
SideNavigation#handleOverflowItemClick handler is not called
Priority
Medium
UI5 Web Components Version
main branch
Browser
Chrome
Operating System
Windows
Additional Context
No response
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: