Bug 110366 - [New Multicolumn] RenderMultiColumnFlowThreads should establish a BFC
Summary: [New Multicolumn] RenderMultiColumnFlowThreads should establish a BFC
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-20 12:35 PST by Dave Hyatt
Modified: 2013-02-20 13:02 PST (History)
5 users (show)

See Also:


Attachments
Patch (25.07 KB, patch)
2013-02-20 12:43 PST, Dave Hyatt
koivisto: 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 2013-02-20 12:35:31 PST
RenderFlowThreads should establish a block formatting context always. CSS Regions have named flow thread that they absolutely position, and so they got this for free by being absolutely positioned. RenderMultiColumnFlowThreads, however, are relative positioned, so we need to just add an isRenderFlowThread case specifically so we're not dependent on the positioning scheme used for the flow thread to establish the BFC.
Comment 1 Dave Hyatt 2013-02-20 12:43:52 PST
Created attachment 189359 [details]
Patch
Comment 2 Dave Hyatt 2013-02-20 13:02:13 PST
Fix landed in r143486.