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
benelliott opened this issue
Feb 28, 2018
· 6 comments
Assignees
Labels
animationThis issue is related to Angular animations or CSS animationsP2The issue is important to a large percentage of users, with a workaroundperfThis issue is related to performance
Splaktar
added
P2
The issue is important to a large percentage of users, with a workaround
perf
This issue is related to performance
animation
This issue is related to Angular animations or CSS animations
labels
Dec 13, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
animationThis issue is related to Angular animations or CSS animationsP2The issue is important to a large percentage of users, with a workaroundperfThis issue is related to performance
Bug, feature request, or proposal:
Instantiating a dialog with a component that contains a regular HTML
<button>
element causes a DOM node memory leak.What is the expected behavior?
No memory leak
What is the current behavior?
Memory leak
What are the steps to reproduce?
https://stackblitz.com/edit/angular-material2-issue-dhmjle?file=app/app.module.ts
What is the use-case or motivation for changing an existing behavior?
Performance
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Latest StackBlitz (Material 5.1.0, Angular 5.2.1), Windows 10, Chrome v64.0.3282.186 64-bit
Is there anything else we should know?
Could be related to angular/angular#20228
The text was updated successfully, but these errors were encountered: