Bug 86267 - [CSS Regions] Using multi-column inside regions makes the layout use the wrong LayoutState
Summary: [CSS Regions] Using multi-column inside regions makes the layout use the wron...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zoltan Horvath
URL:
Keywords: AdobeTracked
Depends on:
Blocks: 129295
  Show dependency treegraph
 
Reported: 2012-05-11 15:52 PDT by Alexandru Chiculita
Modified: 2014-05-08 09:35 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandru Chiculita 2012-05-11 15:52:30 PDT
Having a multi-column element inside a RenderFlowThread makes the implementation use the wrong LayoutState when calculating the region in RenderBlock::offsetFromLogicalTopOfFirstPage. It uses the page offset of the multi-column block instead of the one in the flow thread.
Comment 1 Zoltan Horvath 2014-05-08 09:35:31 PDT
With the removal of the old multi-column code (bug #132480), this bug becomes obsolete. 
Closing as invalid.