[Webkit-unassigned] [Bug 49511] RTL: Caret goes to the opposite direction when pressing an arrow key after selection is made

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 20 12:03:23 PST 2011


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





--- Comment #11 from Levi Weintraub <leviw at google.com>  2011-01-20 12:03:23 PST ---
(In reply to comment #10)
> i may be understanding things wrong since i don't know the code very well... but it sound like you are also changing the behavior if extending the selection and not just the case of deselecting by pressing left/right?
> 
> if that is so i am a bit worried since extending RTL selections already works as is should AFAIK (at least as expected under windows, xji fixed it)
> 
> umm... am i wrong?

This won't affect Windows at all. This change for extending selections only affects non-directional selections, which is to match NSTextView's behavior on Macs. Check out the comment here: http://trac.webkit.org/browser/trunk/Source/WebCore/editing/SelectionController.cpp#L743

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