[Webkit-unassigned] [Bug 197511] Title 17A469: Hitpoint for link which spans two lines in web content is incorrect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 2 09:21:11 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=197511

--- Comment #3 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 368773
  --> https://bugs.webkit.org/attachment.cgi?id=368773
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=368773&action=review

> Source/WebCore/accessibility/AccessibilityRenderObject.cpp:910
> +        /* Links bounding rect can contain points that are not part of the

can we put this link stuff into a separate method?

then we can just write

if (isLink())
   return linkClickPoint();

> Source/WebCore/accessibility/AccessibilityRenderObject.cpp:912
> +         finishes at the beginning of the next line will have a boundg rect

boundg ->. bounding

> Source/WebCore/accessibility/ios/WebAccessibilityObjectWrapperIOS.mm:1603
> +    IntPoint point = m_object->clickPoint();

auto point

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190502/05f7895a/attachment-0001.html>


More information about the webkit-unassigned mailing list