Bug 107334

Summary: [wk2] Intrinsic content size should report a flexible width if the content is not wider than the minimum layout width
Product: WebKit Reporter: Tim Horton <thorton>
Component: WebKit2Assignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, sam, simon.fraser
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch andersca: review+

Description Tim Horton 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>
Comment 1 Tim Horton 2013-01-18 15:46:26 PST
Created attachment 183563 [details]
patch
Comment 2 Tim Horton 2013-01-18 18:14:05 PST
http://trac.webkit.org/changeset/140228