Bug 111068 - [CSS Regions] Remove the inRenderFlowThread bit from RenderObject
Summary: [CSS Regions] Remove the inRenderFlowThread bit from RenderObject
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: AdobeTracked
Depends on:
Blocks: 57312
  Show dependency treegraph
 
Reported: 2013-02-28 04:51 PST by Andrei Bucur
Modified: 2013-03-04 06:03 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Bucur 2013-02-28 04:51:22 PST
The inRenderFlowThread bit on RenderObject assumes that all the objects belonging to the flow have the containing block inside the RenderFlowThreadObject. This is not true in the case of RenderMultiColumnBlocks.
See https://bugs.webkit.org/show_bug.cgi?id=110624 that removes the positioned property from the flow thread.
Comment 1 Andrei Bucur 2013-03-04 06:03:28 PST
This change is no longer required after the introduction of the FlowThreadState flag on RenderObject.
See https://bugs.webkit.org/show_bug.cgi?id=111110