[Webkit-unassigned] [Bug 102048] New: Unable to set valid time value to input[type=time] with user interaction in some cases

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 12 22:06:09 PST 2012


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

           Summary: Unable to set valid time value to input[type=time]
                    with user interaction in some cases
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
                CC: yosin at chromium.org


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

e.g.
data:text/html,<input type=time value="12:00:00" min="11:59:01">

In this case, the default step is 1 minute and valid values are 11:59:01, 12:00:01, 12:01:01, ....
However the second field is read-only because of incorrect implementation of DateTimeEditBuilder::shouldSecondFieldReadOnly.

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