You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a parent element switches to invisible or size 0, the UI5 Components which are using the Resizer switches to size="S".
This causes a "flickering" because the paddings or margins changes from the "S" values to the "M" values after the delay.
Expected Behavior
Keep the last size state (or do nothing), when switching to zero or invisible.
Steps to Reproduce
Click hide
Click show
Isolated Example
If possible, please provide an isolated example by forking CodeSandbox.
Context
UI5 Web Components version: 1.6.0
OS/Platform: MacOs
Browser: Chrome, FF, Safari
Affected component: Bar.js, DynamicSideContent.js, FlexibleColumnLayout.js, IllustratedMessage.js, MediaGallery.js, NotificationListItem.js, Page.js, ProductSwitch.js, ShellBar.js and maybe more
Priority
Low
Medium
High
Very High
Business impact: None
The text was updated successfully, but these errors were encountered:
Bug Description
When a parent element switches to invisible or size 0, the UI5 Components which are using the Resizer switches to size="S".
This causes a "flickering" because the paddings or margins changes from the "S" values to the "M" values after the delay.
Expected Behavior
Keep the last size state (or do nothing), when switching to zero or invisible.
Steps to Reproduce
Isolated Example
If possible, please provide an isolated example by forking CodeSandbox.
Context
Priority
Low
Medium
High
Very High
Business impact: None
The text was updated successfully, but these errors were encountered: