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
In WC UI5 2.x ui5-dialog uses popover="manual" so that always show on top of page. When dialog content is rendered by SAPUI5 then opened popover is behind WC UI5 dialog which is an issue.
For example below demo html source code, the issue is "SAPUI5_MessagePopover" is invisible since is behind of "WCUI5_Dialog".
I think based on the description I was able to reproduce it in an isolated example - here
The user wants to open a sap.m.Popover within a ui5-dialog, however the Popover seems to be opened bellow the dialog, which I think is the expected behaviour due to the popover API, but could you please consult him on how to achieve the desired behaviour?
Bug Description
In WC UI5 2.x ui5-dialog uses popover="manual" so that always show on top of page. When dialog content is rendered by SAPUI5 then opened popover is behind WC UI5 dialog which is an issue.
For example below demo html source code, the issue is "SAPUI5_MessagePopover" is invisible since is behind of "WCUI5_Dialog".
Affected Component
No response
Expected Behaviour
WC UI5 dialog should be able to work correctly with SAP UI5 component which is using z-index.
Isolated Example
No response
Steps to Reproduce
Log Output, Stack Trace or Screenshots
No response
Priority
None
UI5 Web Components Version
2.5.0
Browser
Chrome
Operating System
No response
Additional Context
No response
Organization
SAP SF
Declaration
The text was updated successfully, but these errors were encountered: