[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
Thu Feb 21 11:51:16 PST 2013


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


Tony Chang <tony at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tony at chromium.org




--- Comment #5 from Tony Chang <tony at chromium.org>  2013-02-21 11:53:39 PST ---
(In reply to comment #4)
> (From update of attachment 189549 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=189549&action=review
> 
> > Source/WebCore/editing/FrameSelection.cpp:605
> > +            bool skipsSpaceWhenMovingRight = m_frame && m_frame->editor()->behavior().shouldSkipSpaceWhenMovingRight();
> > +            pos = rightWordPosition(pos, skipsSpaceWhenMovingRight);
> 
> This should be testable. Also, be sure to test this with bidirectional text.
> Furthermore, there should be an equivalent change in modifyExtendingLeft.

I tested the ctrl+shift+left case on my Windows machine (notepad.exe) and it does not include the preceding space.

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