RESOLVED FIXED 107334
[wk2] Intrinsic content size should report a flexible width if the content is not wider than the minimum layout width
https://bugs.webkit.org/show_bug.cgi?id=107334
Summary [wk2] Intrinsic content size should report a flexible width if the content is...
Tim Horton
Reported 2013-01-18 15:31:26 PST
If the laid-out width of the content is <= the minimum layout width, that means that the content is flexible and we can inform autolayout of this. If it's > the minimum layout width, that means that the content has reached its own "intrinsic" minimum width and we need to inform autolayout that we need more space. <rdar://problem/12960009>
Attachments
patch (3.90 KB, patch)
2013-01-18 15:46 PST, Tim Horton
andersca: review+
Tim Horton
Comment 1 2013-01-18 15:46:26 PST
Tim Horton
Comment 2 2013-01-18 18:14:05 PST
Note You need to log in before you can comment on or make changes to this bug.