-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MatDialog afterClosed before beforeClose with NoopAnimationsModule #7572
Comments
What is the delay? I will potentially have to downgrade 6 separate projects after tediously upgrading them all, only to find out I can't open a dialog over dialog in IE. |
Closing as this is being addressed in #8051 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
Bug
What is the expected behavior?
beforeClose should be called before afterClosed when a dialog closes, even with NoopAnimationsModule being used.
What is the current behavior?
afterClosed is called before beforeClose when NoopAnimationsModule is being used.
Does not happen if using BrowserAnimationsModule
What are the steps to reproduce?
https://stackblitz.com/edit/angular-material2-issue-ehetcr
What is the use-case or motivation for changing an existing behavior?
Incorrect behavior.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
master
The text was updated successfully, but these errors were encountered: