Skip to content
New issue

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

[ui5-side-navigation]: can't select parent item in overflow menu #10687

Open
1 task done
dimovpetar opened this issue Jan 28, 2025 · 0 comments
Open
1 task done

[ui5-side-navigation]: can't select parent item in overflow menu #10687

dimovpetar opened this issue Jan 28, 2025 · 0 comments
Labels
bug This issue is a bug in the code Medium Prio TOPIC RD

Comments

@dimovpetar
Copy link
Contributor

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

  1. Use this code:
<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>
  1. Open the overflow menu
  2. Try to select the parent item People. It won't happen

Log 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

  • I’m not disclosing any internal or sensitive information.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug in the code Medium Prio TOPIC RD
Projects
Status: New Issues
Development

No branches or pull requests

1 participant