[Webkit-unassigned] [Bug 104892] New: Ctrl-Shift-Left selects too much in a textarea/contentEditable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 13 01:25:17 PST 2012


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

           Summary: Ctrl-Shift-Left selects too much in a
                    textarea/contentEditable
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: apavlov at chromium.org


With the following text in a textarea/contentEditable:

function Foo() {
  var i = 0;
}

1. Place caret just after the '}' and hit Ctrl-Shift-Left. The selection will become "0;\n}" (in Mozilla: "}")
2. Place caret just before "var" and hit Ctrl-Shift-Left. The selection will become "Foo() {\n  " (in Mozilla: " {\n  ")

It looks like WebKit select too many characters in these cases.

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