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.
Content should auto position in the center of the page when resizing using a centred fxLayout container.
What is the current behavior?
On Chrome and Firefox it works fine: content is repositioned at center as you resize.
On Safari 12.1.1 it does not: content is fixed at the center of the initial view regardless of resizing (til you interact with the page, clicking a button for example)
What are the steps to reproduce?
Could not make it work on StackBlitz, but here is a simple version of the code
<div fxLayout="column" fxFlexFill> <div fxFlex> <div fxLayout="column" fxLayoutAlign="center center" fxFlexFill> <p> Start editing to see some magic happen :) </p> </div> </div> </div>
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Bug Report
What is the expected behavior?
Content should auto position in the center of the page when resizing using a centred fxLayout container.
What is the current behavior?
On Chrome and Firefox it works fine: content is repositioned at center as you resize.
On Safari 12.1.1 it does not: content is fixed at the center of the initial view regardless of resizing (til you interact with the page, clicking a button for example)
What are the steps to reproduce?
Could not make it work on StackBlitz, but here is a simple version of the code
<div fxLayout="column" fxFlexFill><div fxFlex><div fxLayout="column" fxLayoutAlign="center center" fxFlexFill><p> Start editing to see some magic happen :) </p></div></div></div>Which versions of Angular, Material, OS, TypeScript, browsers are affected?