[Webkit-unassigned] [Bug 166955] AX: WKContentView needs to implement UITextInput methods to make speak selection highlighting work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 25 13:22:25 PST 2017


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

--- Comment #16 from Ryosuke Niwa <rniwa at webkit.org> ---
Comment on attachment 299684
  --> https://bugs.webkit.org/attachment.cgi?id=299684
patch

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

> Source/WebKit2/WebProcess/WebPage/ios/WebPageIOS.mm:1850
> +    return rangeText.length() > 0 && (rangeText.contains(matchText) || matchText.contains(rangeText));

I don't think this does the right case folding.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170125/b04e7b58/attachment.html>


More information about the webkit-unassigned mailing list