[Webkit-unassigned] [Bug 186956] AX: [iOS] VoiceOver scroll position is jumpy in frames

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 25 12:01:19 PDT 2018


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

--- Comment #2 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 343409
  --> https://bugs.webkit.org/attachment.cgi?id=343409
patch

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

> Source/WebCore/platform/ScrollView.cpp:851
> +    if (delegatesScrolling())
> +        return convertToContainingView(contentsToView(rect));

This looks like it's duplicating what Frederic was trying to do in bug 182785. You need to be careful here; this change can affect both UIWebView and WKWebView on iOS, and you need to examine the callers to make sure you didn't break anything. Also bear in mind that we don't have good UIWebViewtest coverage.

-- 
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/20180625/17a7354c/attachment.html>


More information about the webkit-unassigned mailing list