[Webkit-unassigned] [Bug 68876] New: Input element created at later stage(may be after page load) should not be auto focused.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 27 00:38:28 PDT 2011


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

           Summary: Input element created at later stage(may be after page
                    load) should not be auto focused.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rakesh.kn at motorola.com


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

Steps to reproduce:

1. Run attached html file.
2. Click on the "click me" button.
3. The new input element should get created on button click.

Expected:
The new input element should not be focused.

Current behavior:
The new input element is being focused.

Others:
Firefox does not focus the newly created element.

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