Closed
Bug 1179335
Opened 8 years ago
Closed 6 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•8 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•6 years ago
|
Assignee: nobody → dburns
Comment hidden (mozreview-request) |
Comment 3•6 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•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0b4e233d48c1
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•1 month ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•