-
Notifications
You must be signed in to change notification settings - Fork 280
Labels
Description
Bug Description
When a button changes state (riggers a re-render and a full overflow recalculation. If this happens on every state change, it can cause the toolbar to flicker as it recalculates and re-renders, even if the button's width hasn't changed.
Root cause:
The toolbar is treating any child change (even visual state changes that don't affect layout) as a reason to reset its overflow logic and re-render.
Could be connected with #11666
Affected Component
No response
Expected Behaviour
No response
Isolated Example
Steps to Reproduce
- Open the example.
- Resize the toolbar until dropdown goes into the overflow section.
...
Log Output, Stack Trace or Screenshots
Toolbar.flickering.mov
Priority
None
UI5 Web Components Version
2.13.3
Browser
Chrome
Operating System
MacOS
Additional Context
No response
Organization
No response
Declaration
- I’m not disclosing any internal or sensitive information.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Progress