RESOLVED INVALID Bug 139269
ContainerNode::boundingBox does not work at all with inline elements
https://bugs.webkit.org/show_bug.cgi?id=139269
Summary ContainerNode::boundingBox does not work at all with inline elements
Myles C. Maxfield
Reported 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).
Attachments
Myles C. Maxfield
Comment 1 2014-12-06 12:06:57 PST
Myles C. Maxfield
Comment 2 2014-12-15 10:55:31 PST
Alleviated in r177035
Note You need to log in before you can comment on or make changes to this bug.