[Webkit-unassigned] [Bug 210088] New: [css-flexbox] handling of min-height not correct with nested column flexboxes.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 6 18:24:30 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=210088
Bug ID: 210088
Summary: [css-flexbox] handling of min-height not correct with
nested column flexboxes.
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: clopez at igalia.com
The following WPT test fails on WebKit but passes on Chrome and firefox:
https://wpt.live/css/css-flexbox/flex-minimum-height-flex-items-010.html
The issue here seems to be that WebKit doesn't recalculate the height of the inner box when the outer height changes and there are nested column flexboxes, one with a min-height property
Check here also a simplified version of that test here: https://codepen.io/cl0p3z/pen/poJMdPj
For a related issue fixed on Chrome check https://crbug.com/596743 and https://crrev.com/c/1283482
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200407/1d0c6162/attachment.htm>
More information about the webkit-unassigned
mailing list