month and year is incremented by one in a date picker when choosing month
Categories
(Core :: DOM: Forms, defect)
Tracking
()
People
(Reporter: lastp, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0
Steps to reproduce:
<input type="date" value="2022-09-07">
Click on the input box to show the date picker. Then click on September 2022.
Actual results:
It's changed to October 2023.
Expected results:
The selected month and date should not change.
Comment 1•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: Forms' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•3 years ago
|
Updated•3 years ago
|
Comment 2•2 years ago
|
||
Confirmed in Firefox 108.
Comment 3•2 years ago
|
||
I was not able to reproduce the bug in Firefox 111.0a1 - the bug was likely resolved by the datepicker accessibility updates for the bug 1676068 and the spinner browser tests are covering the click use case.
Nominating to close this bug as fixed
Updated•2 years ago
|
Description
•