Bug 29657 - Columns don't break properly in positioned elements with a fixed height.
Summary: Columns don't break properly in positioned elements with a fixed height.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-22 15:38 PDT by Dave Hyatt
Modified: 2009-09-23 09:53 PDT (History)
0 users

See Also:


Attachments
Test case showing the problem (3.02 KB, text/html)
2009-09-22 15:38 PDT, Dave Hyatt
no flags 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. (1.32 KB, patch)
2009-09-22 18:15 PDT, Dave Hyatt
sullivan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.