[Webkit-unassigned] [Bug 49511] New: RTL: Caret goes to the opposite direction when pressing an arrow key after selection is made

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 14 10:44:08 PST 2010


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

           Summary: RTL: Caret goes to the opposite direction when
                    pressing an arrow key after selection is made
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: progame+wk at gmail.com


Created an attachment (id=73852)
 --> (https://bugs.webkit.org/attachment.cgi?id=73852&action=review)
testcase

1. Open the attached testcase.
2. Select a word (using the mouse or the keyboard, it also doesn't matter if the selection starts from the beginning of the word or the end of it)
3. Press the Right(or Left) Arrow key - Caret will appear in the Left(or Right) part of the previous selection.

Same thing goes for multi lined selections.

How other browsers are doing?
IE, Opera: OK, after deselection, caret moves to the requested position.
Firefox: not relevant because its post-selection-arrow-key-press(-...) behavior is different - after the deselection, it moves the caret one char to the Left/Right from the End-Of-Selection position.

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