[Webkit-unassigned] [Bug 143526] New: Flexbox's column wrap with auto height produces an unspecified layout
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 8 11:08:51 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=143526
Bug ID: 143526
Summary: Flexbox's column wrap with auto height produces an
unspecified layout
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Macintosh Intel
OS: Mac OS X 10.10
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: willhig at gmail.com
Created attachment 250362
--> https://bugs.webkit.org/attachment.cgi?id=250362&action=review
A screenshot from StackOverflow <http://bit.ly/1CVv8UA>
Using only the CSS rules in this JSFiddle: http://jsfiddle.net/p2kcLh9n/ the flex parent's height should, according to the spec, increase to contain all of the flex items, and the flex items should all grow to fit that increased height. Instead, the height of the flex parent appears to be determined just by the first flex item in flex-direction: column flex-wrap: wrap scenarios.
Gecko appears to render this correctly, but these rules don't produce the specified layout in Chrome or Safari as of this writing.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150408/6b211ca9/attachment.html>
More information about the webkit-unassigned
mailing list