Skip to content

Mat-grid-tile height set to 0 and is not visible on MS Edge #13252

Closed
@tusharchutani

Description

@tusharchutani

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>

StackBliz

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

Is there anything else we should know?

Metadata

Metadata

Assignees

Labels

P4A relatively minor issue that is not relevant to core functions

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions