Closed
Bug 1179335
Opened 11 years ago
Closed 9 years ago
synthesizeMouseScroll seems to be dead
Categories
(Remote Protocol :: Marionette, defect)
Remote Protocol
Marionette
Tracking
(firefox55 fixed)
RESOLVED
FIXED
mozilla55
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: tromey, Assigned: automatedtester)
Details
Attachments
(1 file)
EventUtils.js:synthesizeMouseScroll seems dead.
AFAICT, nothing calls it. And, it calls:
utils.sendMouseScrollEvent(type, left + aOffsetX, top + aOffsetY, button,
scrollFlags, aEvent.delta, modifiers);
... but this doesn't seem to be defined anywhere.
pokyo. git grep synthesizeMouseScroll
testing/marionette/EventUtils.js: * synthesizeMouseScroll
testing/marionette/EventUtils.js:function synthesizeMouseScroll(aTarget, aOffsetX, aOffsetY, aEvent, aWindow)
pokyo. git grep -i sendMouseScrollEvent
testing/marionette/EventUtils.js: utils.sendMouseScrollEvent(type, left + aOffsetX, top + aOffsetY, button,
| Assignee | ||
Comment 1•11 years ago
|
||
I am guessing we need to update to use https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIDOMWindowUtils#sendWheelEvent%28%29
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → dburns
| Comment hidden (mozreview-request) |
Comment 3•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8872341 [details]
Bug 1179335: Remove unused Marionette mouse scroll functions;
https://reviewboard.mozilla.org/r/143828/#review147580
Attachment #8872341 -
Flags: review?(hskupin) → review+
Pushed by dburns@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0b4e233d48c1
Remove unused Marionette mouse scroll functions; r=whimboo
Comment 5•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•3 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•