Bug 86267
Summary: | [CSS Regions] Using multi-column inside regions makes the layout use the wrong LayoutState | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexandru Chiculita <achicu> |
Component: | Layout and Rendering | Assignee: | Zoltan Horvath <zoltan> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | abucur, donggwan.kim, hyatt, mibalan, mihnea, WebkitBugTracker |
Priority: | P2 | Keywords: | AdobeTracked |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 129295 |
Alexandru Chiculita
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Zoltan Horvath
With the removal of the old multi-column code (bug #132480), this bug becomes obsolete.
Closing as invalid.