Closed
Bug 1451954
Opened 7 years ago
Closed 7 years ago
Log a console warning when preventDefault is used in a passive event listeners
Categories
(Core :: DOM: Events, enhancement)
Core
DOM: Events
Tracking
()
RESOLVED
DUPLICATE
of bug 1449268
People
(Reporter: Harald, Unassigned)
References
Details
Follow up work to warn developers about the intervention landed in bug 1449268.
Can follow the same format that Chrome uses, so we don't confuse developers: https://developers.google.com/web/updates/2017/01/scrolling-intervention#breakage_and_guidance
Comment 1•7 years ago
|
||
We do have https://searchfox.org/mozilla-central/rev/d0413b711da4dac72b237d0895daba2537f1514c/dom/events/Event.cpp#490,496,503
Do you want something else?
Updated•7 years ago
|
Flags: needinfo?(hkirschner)
Reporter | ||
Comment 2•7 years ago
|
||
Right, I missed that one in the other patch. Looks like we can close this bug then (duping it with where the patch landed).
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(hkirschner)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•