Closed
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
I am suppose to see mat-grid-tile on the page I am rendering
What is the current behavior?
The height of the mat-grid-tile is set to 0 on MS-Edge
What are the steps to reproduce?
In the template file of my component
<mat-grid-list cols="2" rowHeight="350px;" (window:resize)="onResize($event)">
<mat-grid-tile id="jabroni1"><h1>hello this is heading 1</h1></mat-grid-tile>
<mat-grid-tile id="jabroni2"><h2>hello this is heading 2</h2></mat-grid-tile>
</mat-grid-list>
Run the app and go to the page containing the component on MS-Edge
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular 6
Typescript: 2.7.7
Windows 10
MS-Edge 42.17134.1.0