RESOLVED INVALID 111068
[CSS Regions] Remove the inRenderFlowThread bit from RenderObject
https://bugs.webkit.org/show_bug.cgi?id=111068
Summary [CSS Regions] Remove the inRenderFlowThread bit from RenderObject
Andrei Bucur
Reported 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.
Attachments
Andrei Bucur
Comment 1 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
Note You need to log in before you can comment on or make changes to this bug.