Skip to content

Conversation

@kskondov
Copy link
Contributor

@kskondov kskondov commented Nov 11, 2025

OpenUI5 dialogs' and the WebC dialogs' block layers are rendered and displayed in the order of opened dialogs
Fixes: #12444

OpenUI5 dialogs' and the WebC dialogs' block layers are rendered in order
Fixes: 12444
@ui5-webcomponents-bot
Copy link
Collaborator

ui5-webcomponents-bot commented Nov 11, 2025

@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview November 11, 2025 09:35 Inactive
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview November 11, 2025 11:18 Inactive
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview November 11, 2025 14:16 Inactive
Copy link

@Stoev Stoev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OpenUI5 dialogs' and the Web Components dialogs' block layers are rendered and displayed in the order of opened dialogs.

</ui5-dialog>
<ui5-dialog id="newDialog1" header-text="This is an WebC Dialog 2">
<ui5-button id="someButton">Some button</ui5-button>
<ui5-dialog id="newDialog1" draggable header-text="This is an WebC Dialog 2">
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<ui5-dialog id="newDialog1" draggable header-text="This is an WebC Dialog 2">
<ui5-dialog id="newDialog1" draggable header-text="This is a Web Component Dialog 2">

<ui5-dialog id="newDialog1" draggable header-text="This is an WebC Dialog 2">
<ui5-button id="someButton2">Some button 1</ui5-button>
</ui5-dialog>
<ui5-dialog id="newDialog2" draggable header-text="This is an WebC Dialog 3">
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above, if appropriate, please change all entries "an WebC" to "a Web Component".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ui5-dialog and OpenUI5 Dialog]: The sap.m.Dialog's block layer is not correct when integrated with UI5 Web Components

5 participants