[Webkit-unassigned] [Bug 51211] New: bluring and focusing contentEditable region doesn't preserve cursor position

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 16 13:35:28 PST 2010


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

           Summary: bluring and focusing contentEditable region doesn't
                    preserve cursor position
           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: nicksantos at google.com
                CC: ojan at chromium.org


Repro steps:
   1. Select text in a contentEditable area
   2. Click on a blank area of the document.
   3. Call focus() on the contentEditable area from JS

Expected behavior:
The cursor position should be preserved.
This is the behavior we see with textareas.

Actual behavior:
Chrome moves the cursor to the start of the region. Safari selects the region. Ojan says that Safari at trunk performs like Chrome.

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