[Webkit-unassigned] [Bug 225447] New: input type=time wrong submit error message "Enter a valid value" for e.g. 23:59:59
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 6 03:46:46 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=225447
Bug ID: 225447
Summary: input type=time wrong submit error message "Enter a
valid value" for e.g. 23:59:59
Product: WebKit
Version: Safari 14
Hardware: Mac (Intel)
OS: macOS 10.14
Status: NEW
Severity: Major
Priority: P2
Component: Forms
Assignee: webkit-unassigned at lists.webkit.org
Reporter: matti.linnanvuori at portalify.com
CC: cdumez at apple.com, wenson_hsieh at apple.com
When trying to submit a form with input type time a wrong submit error message "Enter a valid value" is displayed for correct input e.g. 23:59:59 and the form can not be submitted correctly.
The following source code produces the error.
<input tabindex="24" size="10" name="timestop" id="timestop" value="23:59:59" type="time" onblur=";" onfocus=";" required>
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210506/20ade3f7/attachment-0001.htm>
More information about the webkit-unassigned
mailing list