datetime-local min attribute misused
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr78 | --- | unaffected |
| firefox-esr91 | --- | unaffected |
| firefox91 | --- | unaffected |
| firefox92 | --- | unaffected |
| firefox93 | --- | verified |
People
(Reporter: lwarlow, Assigned: emilio)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4603.0 Safari/537.36
Steps to reproduce:
If you set the minimum attribute to a value with a non midnight time value. Firefox doesn't let you select the date.
Navigate the below URL:
data:text/html,<input type="datetime-local" min="2021-08-19T12:22">
Actual results:
You cannot select the 19th of August as a value.
Expected results:
You should be able to select the 19th of August, which is possible in Chrome and Safari.
Comment 1•4 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: Core & HTML' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Updated•4 years ago
|
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
| Assignee | ||
Comment 2•4 years ago
|
||
That way it does the right thing for datetime-local as well.
Updated•4 years ago
|
Comment 4•4 years ago
|
||
Set release status flags based on info from the regressing bug 1283388
Updated•4 years ago
|
Comment 5•4 years ago
|
||
| bugherder | ||
Updated•4 years ago
|
Comment 6•4 years ago
|
||
Reproduced with 93.0a1 (20210819214942) on Windows 10x64.
Verified fixed with 93.0b9 (20210923190449) on Windows 19x64, macOS 10.15 and Ubuntu 21.05. The date of 19 Aug 2021 can be selected.
Description
•