-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Snackbar not dismissed immediately after Dialog is Closed #6763
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
Comments
@teterovic can you provide a plunker with a reproduction? I was unable to reproduce this error myself on plunker. |
@josephperrott I will try to update my project to Beta.10, i cant find a nice plunker with beta.8. |
Ok found the bug. Please replace Haven't tested it with beta.10, just beta 8 |
sorry this plunkr: |
Maybe related to #6719? |
@teterovic I was able to confirm that this is resolved with #6736. |
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:
When opening a snackbar after the close event of Dialog the snackbar is never dismissed
What is the expected behavior?
The snackbar should be dismissed/closed after the duration timout
What is the current behavior?
The snackbar never dismisses. When moved out of the subscribe block of the afterClosed function it works but thats not the intended behaviour
What are the steps to reproduce?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
The text was updated successfully, but these errors were encountered: