Closed
Bug 1656628
Opened 6 years ago
Closed 6 years ago
Avoid calling setTimeout(undefined) in synthesizeNativeWheelAndWaitForWheelEvent()
Categories
(Core :: Panning and Zooming, defect, P3)
Core
Panning and Zooming
Tracking
()
RESOLVED
FIXED
81 Branch
| Tracking | Status | |
|---|---|---|
| firefox81 | --- | fixed |
People
(Reporter: botond, Assigned: botond)
Details
Attachments
(1 file)
setTimeout() does not like being called with undefined as the callback argument. (I guess it thinks we want to call the variant where it eval()s the callback argument, and in some contexts (e.g. a chrome mochitest) the browser doesn't like doing eval().)
| Assignee | ||
Comment 1•6 years ago
|
||
Pushed by bballo@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/97656f06b190
Avoid calling setTimeout(undefined) in synthesizeNativeWheelAndWaitForWheelEvent(). r=tnikkel
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•