ui5-webcomponents
ui5-webcomponents copied to clipboard
SideNavigation: unnecessary overflow item displayed
Bug Description
The SideNavigation shows the overflow item in collapsed state even though there is enough space to display all items.
Affected Component
SideNavigation
Expected Behaviour
No response
Isolated Example
https://stackblitz.com/edit/js-9cvsrq?file=index.js,index.html
Steps to Reproduce
- Go to StackBlitz
- See that in both examples the overflow item is displayed, even though there would be enough space to show all items
Log Output, Stack Trace or Screenshots
Priority
None
UI5 Web Components Version
1.22.0
Browser
Chrome
Operating System
No response
Additional Context
No response
Organization
MXP
Declaration
- [X] I’m not disclosing any internal or sensitive information.
Hello @SAP/ui5-webcomponents-topic-rd,
Could you please have a look at this issue about the overflow functionality of the ui5-side-navigation component.
It appears that the overflow button is shown, even when there is enough space to show all items.
Could be reproduced in the following example:
https://stackblitz.com/edit/js-9cvsrq?file=index.js,index.html
Thanks and Regards, Yana
Hi,
The issue is fixed with version 1.24
https://stackblitz.com/edit/js-ml7bkz?file=index.js,package.json
Best, Teo