[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
Wed Nov 2 11:30:33 PDT 2011


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





--- Comment #12 from Xiaomei Ji <xji at chromium.org>  2011-11-02 11:30:32 PST ---
(In reply to comment #11)
> (From update of attachment 113251 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=113251&action=review
> 
> > Source/WebKit/chromium/src/EditorClientImpl.cpp:536
> > +            const char* name = keyDownEntries[i].name;
> > +            if (visualWordMovementEnabled) {
> > +                if (!strcmp(name, "MoveWordLeft"))
> > +                    name = "MoveWordLeftVisually";
> > +                else if (!strcmp(name, "MoveWordRight"))
> > +                    name = "MoveWordRightVisually";
> > +            }
> 
> I don't think this is the right layer to fix this issue. We probably want to change the behavior based on preference inside Selection::modify.

that probably needs to add this flag into WebCore::Settings.

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