[Webkit-unassigned] [Bug 64392] Caret should move immediately before a word when modifying selection by word granularity on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 19 15:16:18 PDT 2011


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





--- Comment #4 from Ryosuke Niwa <rniwa at webkit.org>  2011-07-19 15:16:17 PST ---
(From update of attachment 101393)
View in context: https://bugs.webkit.org/attachment.cgi?id=101393&action=review

> Source/WebCore/platform/text/TextBoundaries.cpp:74
> -            if (position < len && isAlphanumeric(chars[position - 1]))
> +            if (position < len && isAlphanumeric(chars[position]))

This code seems to be used by GTK as well.  Are we sure we want this behavior on GTK?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list