-
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 workaroundarea: cdk/layout
Description
Reproduction
Use StackBlitz to reproduce your issue:
https://stackblitz.com/edit/angular-r2s6fh?file=src/app/app.component.ts
Steps to reproduce:
- Click on child 1
- Resize window, you will see the displayed size changing in mat-drawer-content
- Click on "Pick one" button
- Close dialog
- Reisze window, the displayed size does not match the current window size
Expected Behavior
The displayed size in mat-drawer-content should match the current window size
Actual Behavior
The displayed size in mat-drawer-content does not match the current window size
Environment
- Angular: 12.0.0
- CDK/Material: 12.2.4
- Browser(s): Chrome 92.0.4515.107
- Operating System (e.g. Windows, macOS, Ubuntu): Ubuntu 20.04.3 LTS
christophechevalier
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: cdk/layout