Bug 163543 - min-height: auto not respected on vertical Flexboxes
Summary: min-height: auto not respected on vertical Flexboxes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-10-17 07:03 PDT by Raphael
Modified: 2017-02-28 10:39 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Raphael 2016-10-17 07:03:51 PDT
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
Comment 1 Jon Lee 2016-12-15 16:17:51 PST
<rdar://problem/29694874>
Comment 2 Dave Hyatt 2017-02-28 10:39:16 PST
All browsers behave the same here, so seems fixed (already worked fine).