[Webkit-unassigned] [Bug 110487] Ctrl+Shift+Right in Windows should select the spacing after the word

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 26 01:42:46 PST 2013


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





--- Comment #9 from Claudio Saavedra <csaavedra at igalia.com>  2013-02-26 01:45:10 PST ---
(In reply to comment #3)
> (From update of attachment 189549 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=189549&action=review
> 
> r- due to lack of tests and failing tests.  Why did this change the results of a test on Linux?

This changed the results of the tests in Linux because what my initial patch did was to use rightWordPosition() for the cases where the enclosing paragraph is LTR. Now, this fails because when the text is using RTL, this is wrong.

It seems to me that the proper fix would be to change nextWordPosition() to take into account whether spacing should be skipped, just like it was done with rightWordPosition().

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