Closed
Bug 1518028
Opened 7 years ago
Closed 7 years ago
Firefox doesn't recognise the deletion of the value of an unfocused date field as a change
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1446722
People
(Reporter: carman1, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0
Steps to reproduce:
When I click the (x) of a pre-filled date input field (after the page was loaded and without focusing the field), Firefox doesn't recognise this as changed.
You can find example source code here: https://jsfiddle.net/x4sp18qv/2/
After the page is loaded, just click the (x) in the date filed (without focusing it before).
Actual results:
After clickig the (x) of the pre filled (unfocused) date input field it shows the default text (in my cae "TT . MM . JJJJ") but the JavaScript EventListener doesn't react about the change of the value.
Expected results:
The JavaScript EventListener should be triggered.
Comment 1•7 years ago
|
||
Hi :Raphael,
I can reproduce this issue by following your comment with Firefox 64 in Windows 7,64 Bit!
Hence, I am confirming this issue!
Status: UNCONFIRMED → NEW
QA Whiteboard: [triagemonth-2019-01]
Component: Untriaged → Event Handling
Ever confirmed: true
Product: Firefox → Core
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•7 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•