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
Description
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 - justfxFlex
- or set a percentage value - for examplefxFlex="40%"
orfxFlex="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