Bug 225447 - input type=time wrong submit error message "Enter a valid value" for e.g. 23:59:59
Summary: input type=time wrong submit error message "Enter a valid value" for e.g. 23:...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: Safari 14
Hardware: Mac (Intel) macOS 10.14
: P2 Major
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-05-06 03:46 PDT by Matti Linnanvuori
Modified: 2021-05-13 03:47 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matti Linnanvuori 2021-05-06 03:46:46 PDT
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>
Comment 1 Radar WebKit Bug Importer 2021-05-13 03:47:12 PDT
<rdar://problem/77960085>