[Webkit-unassigned] [Bug 71163] --webkit-visual-word enable it in cr-win by command line flag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 28 17:35:23 PDT 2011


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





--- Comment #2 from Xiaomei Ji <xji at chromium.org>  2011-10-28 17:35:24 PST ---
(In reply to comment #1)
> Created an attachment (id=112948)
 --> (https://bugs.webkit.org/attachment.cgi?id=112948&action=review) [details]
> wip

The corresponding chromium side change is at: 
http://codereview.chromium.org/8400078/

workflow:
1. add command line flag --use-visual-word-movement, pass it from browser to renderer, and set m_visualWordMovement (newly added data member in WebViewImpl) to true when the flag is passed-in;
2. in EditorClientImpl, when webview's m_visualWordMovement is true, reset the mapping of ctrl-arrow from "MoveWordLeft/Right" to "MoveWordLeft/RightVisually" which are 2 newly added editing commands in EditorCommand.cpp

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