[Webkit-unassigned] [Bug 166467] New: RenderBlockFlow::moveFloatsTo does not move floats.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 23 11:32:15 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=166467
Bug ID: 166467
Summary: RenderBlockFlow::moveFloatsTo does not move floats.
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
Assignee: webkit-unassigned at lists.webkit.org
Reporter: zalan at apple.com
CC: simon.fraser at apple.com
since it's not supposed to. What it does is when a flow box with floats gets reparented it copies the floats to this new parent so that overhanging floats are still accessible from the outermost flow. (if we move a flow with overhanging floats to a new anon box and this overhanging floats are also part of the parent context, we need to make sure that this new anon parent has the floats too.)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161223/6f739437/attachment.html>
More information about the webkit-unassigned
mailing list