[Webkit-unassigned] [Bug 59652] New: turn on move caret by word visually for windows platform.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 27 16:24:17 PDT 2011


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

           Summary: turn on move caret by word visually for windows
                    platform.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xji at chromium.org
                CC: mitz at webkit.org, rniwa at webkit.org


the current implementation comply with window's native support.
For example:
"abc def hij", when press ctrl+right-arrow, the caret postions are "|abc...." ,  "abc |def....",  "abc def |hij".

Mac's native text support implements ctrl-arrow as logical operation.
And for the above example, when press ctrl+right-arrow, the caret positions are "|abc....", "abc| def...", "abc def| hij".

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