[Webkit-unassigned] [Bug 73615] New: [Lion][Windows] Both of placeholder and input text are shown in <input type=number>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 1 20:25:51 PST 2011


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

           Summary: [Lion][Windows] Both of placeholder and input text are
                    shown in <input type=number>
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.7
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
                CC: darin at apple.com, sam at webkit.org


This problem happens only OS X Lion and Windows, that is to say, RenderTheme*::shouldShowPlaceholderWhenFocused() returns true.

How to reproduce:
1. Focus on a number input with a placeholder such as <input type=number placeholder=placeholder>
2. Type non-digit characters.  e.g. 'aaa'

Expected result:
3. The placeholder disappears.

Actual result:
3. Both of the placeholder and 'aaa' are shown.

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