[Webkit-unassigned] [Bug 33435] New: selection.modify("move", "left", "lineboundary") in RTL text moves to the right lineboundary

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 9 15:28:50 PST 2010


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

           Summary: selection.modify("move", "left", "lineboundary") in
                    RTL text moves to the right lineboundary
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: justin.lebar+bug at gmail.com


Created an attachment (id=46224)
 --> (https://bugs.webkit.org/attachment.cgi?id=46224)
Testcase #3 from Mozilla bug 496275

This was noticed in https://bugzilla.mozilla.org/show_bug.cgi?id=496275, where
Gecko is adding DOMSelection.modify to match WebKit.

If I call selection.modify("move", "left", "lineboundary") from inside a
contenteditable div with dir="rtl", the cursor moves to the right line
boundary, while I expect it to move to the left.

Similarly, selection.modify("move", "right", "lineboundary") moves the cursor
to the left.

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