Bug 163543
Summary: | min-height: auto not respected on vertical Flexboxes | ||
---|---|---|---|
Product: | WebKit | Reporter: | Raphael <raphael> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | hyatt, jonlee, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | All |
Raphael
Hello,
On a flex-direction: column container and a flex:1 children, min-height which should be "auto" is computed to "0" and content can be hidden.
See : http://codepen.io/raphaelgoetter/full/dpqjZO/
This bug is not listed on https://github.com/philipwalton/flexbugs
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jon Lee
<rdar://problem/29694874>
Dave Hyatt
All browsers behave the same here, so seems fixed (already worked fine).