-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
needs triageThis issue needs to be triaged by the teamThis issue needs to be triaged by the team
Description
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
Dialog disappears after it is opened, bug reproduces both on the local project & even in the official docs' examples. To be more specific, display none is set dynamically on mat-dialog-container host (in a weird way), so my best guess is that it comes from the dialog container animation, but a throughout check is required (angular 15.1 version).
Reproduction
Steps to reproduce:
1.
2.
Expected Behavior
To show the dialog.
Actual Behavior
The dialog is hidden with display: none css prop
Environment
- Angular: 15.1 (latest stable from official docs)
- CDK/Material: 15.1
- Browser(s): Google Chome
- Operating System (e.g. Windows, macOS, Ubuntu): Windows 10
Metadata
Metadata
Assignees
Labels
needs triageThis issue needs to be triaged by the teamThis issue needs to be triaged by the team
