[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
Fri Mar 22 11:03:33 PDT 2013


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





--- Comment #42 from Claudio Saavedra <csaavedra at igalia.com>  2013-03-22 11:05:58 PST ---
(From update of attachment 194359)
View in context: https://bugs.webkit.org/attachment.cgi?id=194359&action=review

> Source/WebCore/editing/FrameSelection.cpp:598
> +            pos = nextWordPosition(pos);

There is a bug here if c is in the middle of the word. In that case pos will be in a previous position and this won't work. I will attach a new patch correcting this.

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