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
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
I have a layout using fxShow and fxHide with lt-md to create a responsive navigation, using the default flex-layout breakpoints. When using print in Chrome & IE the preview dialogue opens with the content I have selected to be printed. When the dialogue closes it activates the xs breakpoint.
What is the expected behavior?
Once save or cancel have been clicked the dialogue closes and the layout remains unchanged.
What is the current behavior?
Everything appears correctly until the dialogue closes. At that point it appears to trigger the xs breakpoint. It does correct itself while the dialogue is open when further using print.
I noticed in the quick stackblitz I created that if I resize the window to be less than the xs breakpoint or resize he window twice after closing the print dialogue, it seems to fix the issue and work as expected.
What is the use-case or motivation for changing an existing behavior?
The existing behaviour seems to be odd and may not be working correctly.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Bug Report
I have a layout using fxShow and fxHide with lt-md to create a responsive navigation, using the default flex-layout breakpoints. When using print in Chrome & IE the preview dialogue opens with the content I have selected to be printed. When the dialogue closes it activates the xs breakpoint.
What is the expected behavior?
Once save or cancel have been clicked the dialogue closes and the layout remains unchanged.
What is the current behavior?
Everything appears correctly until the dialogue closes. At that point it appears to trigger the xs breakpoint. It does correct itself while the dialogue is open when further using print.
What are the steps to reproduce?
https://stackblitz.com/edit/angular-flex-layout-print-preview-stuck-in-xs
I noticed in the quick stackblitz I created that if I resize the window to be less than the xs breakpoint or resize he window twice after closing the print dialogue, it seems to fix the issue and work as expected.
What is the use-case or motivation for changing an existing behavior?
The existing behaviour seems to be odd and may not be working correctly.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
angular: 9.0.1
flex-layout: 9.0.0-beta.29