Bug 18600
Summary: | RenderContainer::addLineBoxRects has a different signature to RenderObject::addLineBoxRects | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | Layout and Rendering | Assignee: | Simon Fraser (smfr) <simon.fraser> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | dino |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 |
Simon Fraser (smfr)
It looks like RenderContainer::addLineBoxRects() was intended to override RenderObject::addLineBoxRects(). However, it has a different signature; it's missing the useSelectionHeight param. So the overriding doesn't work.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
This has been fixed in r31188.