When opening a dialog on top of another dialog the initial dialog's size will be locked #1085

Closed
opened 2026-01-29 17:48:44 +00:00 by claunia · 0 comments
Owner

Originally created by @MarcusChr on GitHub (Jan 9, 2024).

Describe the bug
When opening a 'child' dialog from a 'parent' dialog, the size of the 'parent' dialog will get locked, preventing it from fitting to content as it did before the opening of a child dialog.
This is can cause problems when using a component, such as RadzenTabs, with differently tab contents.

To Reproduce
See this repo

Expected behavior
I expect dialogs, regardless of them having been underneath another dialog, to still fit its content.

Screenshots
I'll gladly add screenshots on request, but the repo will describe the problem best.

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser Chrome & Edge, but I imagine all browsers are affected
  • Version 4.23.8

Additional context
The problem also occours when using the DialogService.Confirm() dialog on top of another.

Originally created by @MarcusChr on GitHub (Jan 9, 2024). **Describe the bug** When opening a 'child' dialog from a 'parent' dialog, the size of the 'parent' dialog will get locked, preventing it from fitting to content as it did before the opening of a child dialog. This is can cause problems when using a component, such as `RadzenTabs`, with differently tab contents. **To Reproduce** [See this repo](https://github.com/MarcusChr/RadzenDialogBug2/tree/master) **Expected behavior** I expect dialogs, regardless of them having been underneath another dialog, to still fit its content. **Screenshots** I'll gladly add screenshots on request, but the repo will describe the problem best. **Desktop (please complete the following information):** - OS: Windows 11 - Browser Chrome & Edge, but I imagine all browsers are affected - Version 4.23.8 **Additional context** The problem also occours when using the `DialogService.Confirm()` dialog on top of another.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#1085