[Webkit-unassigned] [Bug 46757] New: placeholder text doesn't disappear on inputs with autofocus

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 28 15:17:55 PDT 2010


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

           Summary: placeholder text doesn't disappear on inputs with
                    autofocus
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://dl.dropbox.com/u/780754/webkit_bug.html
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kyle.fox at gmail.com


First noticed in Version 5.0.1 (6533.17.8, r68419)

Placeholder text does not disappear when the <input> element has the autofocus attribute (either short-hand or normal syntax).

To reproduce:

    1. Create a text input with the autofocus attribute and some placeholder text: <input type="text" placeholder="Your name" autofocus="true" />

    2. Focus on a different element (eg: click the page background or something).

    3. Return focus to the input.  You'll notice the placeholder text doesn't automatically disappear, and is now selectable.

I created a demo page here (remember to click the background first): http://dl.dropbox.com/u/780754/webkit_bug.html

I recorded a quick screencapture of this: http://screenr.com/yB4

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