RESOLVED FIXED108056
[wk2] WKView's intrinsicContentSize should only report a flexible width if the content width is less than the minimum width
https://bugs.webkit.org/show_bug.cgi?id=108056
Summary [wk2] WKView's intrinsicContentSize should only report a flexible width if th...
Tim Horton
Reported 2013-01-28 00:00:18 PST
Right now, we're returning flexible width if content size is less than *or equal* to the minimum layout width. This is wrong and causes ping-ponging between flexible and inflexible intrinsic content width in cases where autolayout fits our view to exactly the intrinsic content size. <rdar://problem/13066798>
Attachments
patch (2.26 KB, patch)
2013-01-28 00:02 PST, Tim Horton
simon.fraser: review+
Tim Horton
Comment 1 2013-01-28 00:02:20 PST
Tim Horton
Comment 2 2013-01-28 13:39:24 PST
Note You need to log in before you can comment on or make changes to this bug.