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 rendering a ui5-slider in the ui5-dynamic-page, the slider handle is visible through the header content when the page is scrolled down.
This was originally reported in the custom React DynamicPage component, but is occurring in the new ui5-dynamic-page as well: SAP/ui5-webcomponents-react#6107
There was a problem where the handle of the Slider components was
overlapping over the Dynamic Page header area. This was due to equal
z-index of both the handle and the Dynamic Page header wrapper.
This change increases the z-index of the header wrapper making sure that
the handle of the slider is always rendered under it and not overlapping.
Fixes: SAP#9560
Bug Description
When rendering a
ui5-slider
in theui5-dynamic-page
, the slider handle is visible through the header content when the page is scrolled down.This was originally reported in the custom React
DynamicPage
component, but is occurring in the newui5-dynamic-page
as well: SAP/ui5-webcomponents-react#6107Affected Component
ui5-dynamic-page
Expected Behaviour
Slider Handle should not be visible
Isolated Example
UI5 Playground Link
Steps to Reproduce
Log Output, Stack Trace or Screenshots
Priority
Medium
UI5 Web Components Version
2.0.1
Browser
Chrome, Edge, Firefox, Safari
Operating System
MacOS
Additional Context
Bugfix from Web Components React (v1): SAP/ui5-webcomponents-react#6116
Organization
UI5 Web Components for React
Declaration
The text was updated successfully, but these errors were encountered: