-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Closed
Copy link
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 workaroundarea: manyArea label for issues related to many componentsArea label for issues related to many components
Description
Reproduction
Use StackBlitz to reproduce your issue:
- Components: https://stackblitz.com/edit/angular-wgkr2a
Steps to reproduce:
- setting"ngZoneRunCoalescing" to "true" in the main.ts
platformBrowserDynamic()
.bootstrapModule(AppModule, { ngZoneRunCoalescing: true })
.catch(err => console.error(err));
- open any CDK overlay or any angular-material component which uses them (mat-select, mat-bottom-sheet..)
Expected Behavior
Actual Behavior
Environment
- Angular: 11.1.0
- CDK/Material: 11.1.0
- Browser(s): chrome
- Operating System (e.g. Windows, macOS, Ubuntu):
Metadata
Metadata
Assignees
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 workaroundarea: manyArea label for issues related to many componentsArea label for issues related to many components