-
Notifications
You must be signed in to change notification settings - Fork 6.8k
bug(cdk/overlay): use of ngZoneRunCoalescing opens the overlay at wrong position #21674
Copy link
Copy link
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):
Reactions are currently unavailable
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

