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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
What is the issue? * The pre-rendered dialog is configured with contentElement and fullscreen: true. After the dialog is closed, the md-dialog-fullscreen class is not removed from the md-dialog element.
What is the expected behavior?md-dialog-fullscreen class should be removed from md-dialog element, either after closing the dialog or re-open the dialog with contentElement and fullscreen: false.
CodePen (or steps to reproduce the issue): *
CodePen Demo which shows your issue:
Details: Steps to reproduce:
Configure the dialog with contentElement and fullscreen: true.
Open the dialog.
Close the dialog.
Reconfigure the dialog with contentElement and fullscreen: false.
Open the dialog. Now the dialog is still in fullscreen mode because md-dialog-fullscreen is not removed,
Angular Versions: *
Angular Version: 1.5.x
Angular Material Version: 1.1.0-rc.5
Additional Information:
Browser Type: * Google Chrome
Browser Version: * 52.0.2743.116 (64-bit)
OS: * Ubuntu 16.02 LTS
Stack Traces:
Shortcut to create a new CodePen Demo.
Note: * indicates required information. Without this information, your issue may be auto-closed.
Do not modify the titles or questions. Simply add your responses to the ends of the questions.
Add more lines if needed.