[Webkit-unassigned] [Bug 56820] New: focus() is selecting the entire text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 22 02:28:06 PDT 2011


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

           Summary: focus() is selecting the entire text
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Blocker
          Priority: P1
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rajendraprasad.zampani at gmail.com


Created an attachment (id=86446)
 --> (https://bugs.webkit.org/attachment.cgi?id=86446&action=review)
focus() is selecting the entire text

focus() is selecting the entire text

Steps to reproduce this problem

1. create a contentEditable DIV and in onload do div.focus().
2. It is selecting the entire content in DIV.
3. In other browsers, the indent selection will be at the starting point

Expected Result
It should make sure that the indent selection should be at the starting point

Actual Result
It is selecting the entire text.


I'm expecting it should not select the entire text content of div




Safari 4   : FAIL
Safari 5   : FAIL
Chrome 10  : OK
Firefox 3.x: OK
IE 7       : OK
IE 8       : OK

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