RESOLVED FIXED 18600
RenderContainer::addLineBoxRects has a different signature to RenderObject::addLineBoxRects
https://bugs.webkit.org/show_bug.cgi?id=18600
Summary RenderContainer::addLineBoxRects has a different signature to RenderObject::a...
Simon Fraser (smfr)
Reported 2008-04-18 15:04:24 PDT
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
Simon Fraser (smfr)
Comment 1 2008-07-09 13:25:52 PDT
This has been fixed in r31188.
Note You need to log in before you can comment on or make changes to this bug.