We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect support data (example: Chrome says "86" but support was added in "40")
MDN says movementX and movementY are supported in Safari but they are not, on iOS Safari 16.3
movementX
movementY
example: https://jsgist.org/?src=64c32271a3e7ac51918146b111a2cfd9
Works in Safari on Mac, not in Safari on iOS
Safari
expected to get values for movementX and movementY from the PointerEvent which inherits from MouseEvent according to MDN
PointerEvent
MouseEvent
https://jsgist.org/?src=64c32271a3e7ac51918146b111a2cfd9
https://bugs.webkit.org/show_bug.cgi?id=167775
No response
https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/movementX
api.MouseEvent.movementX
The text was updated successfully, but these errors were encountered:
Filed a new webkit bug: https://bugs.webkit.org/show_bug.cgi?id=255207
Sorry, something went wrong.
Believe this has now been fixed in iOS Safari 17: https://developer.apple.com/documentation/safari-release-notes/safari-17-release-notes
caugner
Successfully merging a pull request may close this issue.
What type of issue is this?
Incorrect support data (example: Chrome says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
MDN says
movementX
andmovementY
are supported in Safari but they are not, on iOS Safari 16.3example: https://jsgist.org/?src=64c32271a3e7ac51918146b111a2cfd9
Works in Safari on Mac, not in Safari on iOS
What browsers does this problem apply to, if applicable?
Safari
What did you expect to see?
expected to get values for
movementX
andmovementY
from thePointerEvent
which inherits fromMouseEvent
according to MDNDid you test this? If so, how?
https://jsgist.org/?src=64c32271a3e7ac51918146b111a2cfd9
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
https://bugs.webkit.org/show_bug.cgi?id=167775
Do you have anything more you want to share?
No response
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/movementX
MDN metadata
MDN page report details
api.MouseEvent.movementX
The text was updated successfully, but these errors were encountered: