Bug 139269 - ContainerNode::boundingBox does not work at all with inline elements
Summary: ContainerNode::boundingBox does not work at all with inline elements
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: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-04 14:30 PST by Myles C. Maxfield
Modified: 2014-12-15 10:55 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 2014-12-04 14:30:22 PST
It finds the first and last leaf inside the inline element, then creates a box from the top left of the first element to the bottom right of the last element. This doesn't work at all if, for example, the first child is in the middle of a line and the last child is just after a line break (and is therefore on the left of the first child).
Comment 1 Myles C. Maxfield 2014-12-06 12:06:57 PST
See https://bugs.webkit.org/show_bug.cgi?id=139333
Comment 2 Myles C. Maxfield 2014-12-15 10:55:31 PST
Alleviated in r177035