Open
Bug 1454095
Opened 7 years ago
Updated 3 years ago
Clearing type=date's value doesn't fire change event
Categories
(Core :: Layout: Form Controls, defect, P3)
Core
Layout: Form Controls
Tracking
()
NEW
People
(Reporter: smaug, Unassigned)
References
()
Details
See url as testcase.
Reporter | ||
Comment 1•7 years ago
|
||
oh, right, we don't let one to load data: url as top level.
data:text/html,<input type=date value="7777-07-07" onchange="console.log('value is [' + this.value + ']');">
Load that, and clear the value using (x) in the field. Compare console in Chrome vs FF
Reporter | ||
Comment 2•7 years ago
|
||
Should test also input event.
Updated•7 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•