[Webkit-unassigned] [Bug 106983] New: INPUT_MULTIPLE_FIELDS_UI: Unable to edit a time field with step=86400, and confusing appearance

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 15 23:58:57 PST 2013


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

           Summary: INPUT_MULTIPLE_FIELDS_UI: Unable to edit a time field
                    with step=86400, and confusing appearance
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: InChromiumBugs
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org


http://code.google.com/p/chromium/issues/detail?id=168979

What steps will reproduce the problem?
1. Open data:text/html,<input type=time min="17:00" step=86400 id=time1><script>alert("Value: "+time1.value)</script>

What is the expected output? What do you see instead?
Expected:
 - Users can clear the initial value because the time field has no "required" attribute
 - HTMLInputElement::value should return what we see. In this case, "17:00" should be returned.

Actual:
 - There are no ways to clear the initial value
 - HTMLInputElement::value is empty

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