Bug 80929

Summary: multiline column flexbox with auto height wrap too much
Product: WebKit Reporter: Tony Chang <tony>
Component: Layout and RenderingAssignee: Tony Chang <tony>
Status: RESOLVED FIXED    
Severity: Normal CC: hyatt, ojan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 62048    
Attachments:
Description Flags
Patch hyatt: review+

Description Tony Chang 2012-03-12 19:38:04 PDT
If you have a multiline column flexbox with auto height, we should only have a single line.  If there's a max-height, we should break at the max height.
Comment 1 Tony Chang 2012-03-13 17:07:45 PDT
Created attachment 131754 [details]
Patch
Comment 2 Tony Chang 2012-03-13 17:08:26 PDT
The changes to RenderBox will let me simplify the patch on bug 80069.
Comment 3 Dave Hyatt 2012-03-14 12:19:28 PDT
Comment on attachment 131754 [details]
Patch

r=me
Comment 4 Tony Chang 2012-03-14 14:10:54 PDT
Committed r110747: <http://trac.webkit.org/changeset/110747>