Bug 29657

Summary: Columns don't break properly in positioned elements with a fixed height.
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Test case showing the problem
none
Make sure to still run the multicol code path whenever column-width is non-auto. I will land the testcase from the bug as a layout test. sullivan: review+

Description Dave Hyatt 2009-09-22 15:38:03 PDT
Created attachment 39953 [details]
Test case showing the problem

In the attached test case, you should see multiple columns, and not one single long column.
Comment 1 Dave Hyatt 2009-09-22 18:15:29 PDT
Created attachment 39972 [details]
Make sure to still run the multicol code path whenever column-width is non-auto.  I will land the testcase from the bug as a layout test.
Comment 2 Dave Hyatt 2009-09-23 09:53:41 PDT
Fixed in r48679.