[Webkit-unassigned] [Bug 25298] Ctrl + Right/Left arrow move forward/backward through document instead of right/left in RTL text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 28 06:38:33 PDT 2011


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





--- Comment #48 from Eric Seidel <eric at webkit.org>  2011-03-28 06:38:33 PST ---
Xiaomei commented to me in person that one of the ways that FF gets to their superior behavior is by "cheating" and defining word boundaries as spaces.  Which is not true for languages like Japanese (which don't have spaces) and thus require use of a heuristic (like the one provided by ICU).

At least I think I'm recalling the conversation with Xiamoei correctly.  She should correct me if I'm wrong! :)

It might be useful to consider "cheating" like FF for the complex cases if that will make our behavior much better.  I don't know.

-- 
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