Closed
Bug 1164981
Opened 10 years ago
Closed 9 years ago
Add MouseEvent.movementX/Y
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
FIXED
mozilla41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: smaug, Assigned: smaug)
References
(Depends on 1 open bug, )
Details
(Keywords: dev-doc-complete)
Attachments
(2 files)
14.74 KB,
patch
|
masayuki
:
review+
|
Details | Diff | Splinter Review |
16.44 KB,
patch
|
Details | Diff | Splinter Review |
Right now we seem to have only moz-prefixed properties. I think we should add non-prefixed ones and warn about use of prefixed ones, and then eventually remove the prefixed properties.
Assignee | ||
Comment 1•10 years ago
|
||
Chrome seems to have both webkitMovementX/Y and movementX/Y.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → bugs
Assignee | ||
Comment 2•10 years ago
|
||
Somewhat minimal testing, and I'll add PointerEvents tests elsewhere. https://treeherder.mozilla.org/#/jobs?repo=try&revision=106d75834030
Attachment #8606559 -
Flags: review?(masayuki)
Comment 3•9 years ago
|
||
Comment on attachment 8606559 [details] [diff] [review] event_movement.diff Looks okay. Sorry for the delay due to my bad condition :-(
Attachment #8606559 -
Flags: review?(masayuki) → review+
Assignee | ||
Comment 4•9 years ago
|
||
There was no bad delay, and hopefully you're feeling better.
Assignee | ||
Comment 5•9 years ago
|
||
Looks like wpt has some unexpected pass -tests.
Assignee | ||
Comment 6•9 years ago
|
||
Comment 8•9 years ago
|
||
Backed out for frequent test_bug301397.xul failures. https://treeherder.mozilla.org/logviewer.html#?job_id=9975713&repo=mozilla-inbound
Assignee | ||
Comment 10•9 years ago
|
||
That doesn't really make sense.
Assignee | ||
Comment 11•9 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=7d8ad41f0bd8
Comment 12•9 years ago
|
||
Sorry, they turned out to be from bug 1162088, not you. I'll re-land.
Comment 14•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/1488354357e1
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
Comment 15•9 years ago
|
||
https://developer.mozilla.org/en-US/Firefox/Releases/41/Site_Compatibility#DOM
Keywords: dev-doc-needed
Comment 16•9 years ago
|
||
Doc updated: https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/movementX https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/movementY and https://developer.mozilla.org/en-US/Firefox/Releases/41
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•