[Webkit-unassigned] [Bug 36539] New: shift+home/end and cmd+shift+left/right don't extend the selection correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 24 09:52:01 PDT 2010


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

           Summary: shift+home/end and cmd+shift+left/right don't extend
                    the selection correctly
           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: ojan at chromium.org


The correct Mac behavior is to extend the selection. The current behavior is to
move the extent of the selection.

Given the following test:
This is the first line.
This is the second line.
This is the third line.
This is the fourth line.

1. Click on "third".
2. shift + up
3. cmd+shift+left
4. cmd+shift+right
Expected result: The full second and third lines should be selected.
Actual result: The second half of the third line is selected.

1. Click on "third".
2. shift + up
3. shift + home
4. shift + end
Expected result: All four lines should be selected.
Actual result: The second half of the third line and the whole fourth line is
selected.

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