Calendar disappearing for date input
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
People
(Reporter: chardie, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4476.0 Safari/537.36
Steps to reproduce:
Visit https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date
Click on input to bring up datepicker
Blur off input to make datepicker disappear
Click on input again
Actual results:
The datepicker comes up briefly upon the second focus on the input, but then disappears.
Expected results:
The datepicker should remain once we've given the input focus again
Comment 1•5 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Layout: Form Controls' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Comment 2•5 years ago
|
||
On which version are you seeing this? This looks like bug 1694413.
Version 87 - it does sound like this is a duplicate.
Comment 4•5 years ago
|
||
Alright, 88 should fix this, thanks for reporting!
Description
•