Bug 44963

Summary: Overhanging float in last column of multi-column block is positioned wrong
Product: WebKit Reporter: mitz
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal CC: hyatt
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Test case
none
Patch
mitz: review+
Patch simon.fraser: review+

Description mitz 2010-08-31 10:18:29 PDT
In the attached test case, the purple float is positioned outside the black border of the multi-column block. It should be inside the block, in the second column, right below the yellow rectangle.
Comment 1 mitz 2010-08-31 10:18:46 PDT
Created attachment 66067 [details]
Test case
Comment 2 Dave Hyatt 2010-08-31 11:09:11 PDT
Floats just shouldn't be allowed to overhang into following sibling blocks.
Comment 3 Dave Hyatt 2010-09-01 10:37:20 PDT
Created attachment 66233 [details]
Patch
Comment 4 Dave Hyatt 2010-09-01 10:43:13 PDT
Created attachment 66234 [details]
Patch

Here's a patch with the layout test move.
Comment 5 Dave Hyatt 2010-09-01 11:15:15 PDT
Fixed in r66612.