Bug 44963 - Overhanging float in last column of multi-column block is positioned wrong
Summary: Overhanging float in last column of multi-column block is positioned wrong
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-31 10:18 PDT by mitz
Modified: 2010-09-01 11:15 PDT (History)
1 user (show)

See Also:


Attachments
Test case (276 bytes, text/html)
2010-08-31 10:18 PDT, mitz
no flags Details
Patch (1.47 KB, patch)
2010-09-01 10:37 PDT, Dave Hyatt
mitz: review+
Details | Formatted Diff | Diff
Patch (87.34 KB, patch)
2010-09-01 10:43 PDT, Dave Hyatt
simon.fraser: review+
Details | Formatted Diff | Diff

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