ui5-webcomponents icon indicating copy to clipboard operation
ui5-webcomponents copied to clipboard

SideNavigation: unnecessary overflow item displayed

Open Lukas742 opened this issue 1 year ago • 1 comments

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

  1. Go to StackBlitz
  2. 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

image

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.

Lukas742 avatar Feb 07 '24 10:02 Lukas742

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

yanaminkova avatar Feb 07 '24 11:02 yanaminkova

Hi,

The issue is fixed with version 1.24

https://stackblitz.com/edit/js-ml7bkz?file=index.js,package.json

Best, Teo

TeodorTaushanov avatar Apr 08 '24 07:04 TeodorTaushanov