[Webkit-unassigned] [Bug 83863] New: Should clear an invalid string in a date field on blur

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 12 23:26:56 PDT 2012


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

           Summary: Should clear an invalid string in a date field on blur
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: data:text/html,<input type=date>
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
                CC: morrita at google.com, haraken at chromium.org
            Blocks: 83852


Should clear an invalid string in a date field on blur

Suppose a page has a date field.
    data:text/html,<input type=date>
Focus on it, type "aaa" into it then focus on another part.

Expected:
The field clears the invalid input "aaa" like <input type=number>.

Actual:
"aaa" remains though the IDL attribute 'value' returns an empty string.

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