Bug 139269
Summary: | ContainerNode::boundingBox does not work at all with inline elements | ||
---|---|---|---|
Product: | WebKit | Reporter: | Myles C. Maxfield <mmaxfield> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Myles C. Maxfield
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Myles C. Maxfield
See https://bugs.webkit.org/show_bug.cgi?id=139333
Myles C. Maxfield
Alleviated in r177035