[Webkit-unassigned] [Bug 196671] On iOS, moving by word granularity would move caret to a blank line

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 5 23:14:11 PDT 2019


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

Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mitz at webkit.org

--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org> ---
This really boils down to findNextWordFromIndex in https://trac.webkit.org/browser/webkit/trunk/Source/WebCore/platform/text/mac/TextBoundaries.mm

I wonder if we should just always use NSAttributedString's nextWordFromIndex to find a word boundary. Does anyone remember / know why we're calling into ICU directly? Maybe NSAttributedString wasn't available in iOS at the time?

-- 
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/20190406/00952530/attachment.html>


More information about the webkit-unassigned mailing list