Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Column Layout Breaks in IE11 #314

Closed
@julianobrasil

Description

@julianobrasil

I opened a similar issue earlier this year about this. It was closed as it was a question, but it wasn't: I really think it's a bug, or, at least, an unforseen behavior in IE11. A column layout is working very diferent in IE11 and in Chrome. In fact it seems it is broken in IE11, as you can see in the two images bellow.

In IE11 the item in a fxLayout="column" container aparently collapses if you do both of this simultaneously:

  • don't specify a height for the container;
  • use fxFlex attribute in the contained items without a fixed height: it's not possible to leave it empy - just fxFlex - or set a percentage value - for example fxFlex="40%" or fxFlex="40".

I think, in this case, in IE11, the behavior should be the same as the fxFlex="nogrow" option, as it is in other browsers.

plunker: https://plnkr.co/edit/zGMk1PaG5lCGsx2YAp79?p=preview

Chrome:

image

IE11:

image

Metadata

Metadata

Assignees

Labels

IE BugThis issue is specific to Internet ExplorerP4Low-priority issue that needs to be resolvedhas prA PR has been created to address this issue

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions