-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P2The issue is important to a large percentage of users, with a workaroundThe issue is important to a large percentage of users, with a workaroundanimationThis issue is related to Angular animations or CSS animationsThis issue is related to Angular animations or CSS animationsperfThis issue is related to performanceThis issue is related to performance
Description
Reproduction
Steps to reproduce:
- go to https://material.angular.io/components/datepicker/examples
- open datepicker and close multiple times
- each open and close action generate 135KB memory leak.
The more times we open and close datepicker, the more memory are allocated.
Garbage collector does not clear all allocated memory.
Expected Behavior
datepicker without memory leaks
Actual Behavior
memory leaks
Environment
- Angular: 8.2.14, 9.0.0-rc.5
- CDK/Material: 8.2.3, 9.0.0-rc.5
- Browser(s): Chrome 78.0.3904.108
- Operating System: Fedora 31
m-aciek, Splaktar and jordankkk
Metadata
Metadata
Labels
P2The issue is important to a large percentage of users, with a workaroundThe issue is important to a large percentage of users, with a workaroundanimationThis issue is related to Angular animations or CSS animationsThis issue is related to Angular animations or CSS animationsperfThis issue is related to performanceThis issue is related to performance
