Bug 119113
Summary: | [Flexbox] Handle intrinsic sizing more correctly with flexbox | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bdakin, dino, hyatt, simon.fraser |
Priority: | P2 | Keywords: | BlinkMergeCandidate |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=243173 |
Ryosuke Niwa
Consider merging https://chromium.googlesource.com/chromium/blink/+/9fcbcfd0d29c179f3621749d3047761dd250063b
We now store the intrinsic height of an element in updateLogicalHeight()
so that we can later retrieve it when clamping to the min/max size.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |