-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
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
'webkitMovementX' is deprecated in Google Chrome #2548
Labels
Comments
Got that, too. Doesn't change a thing for now... |
We don't actually use it, it just gets copied as part of our event process because the key still exists. We need to add it to the other deprecated keys, if anyone wants to make a PR for it. |
I'll open PRs for master and stable. |
forbesjo
pushed a commit
to forbesjo/video.js
that referenced
this issue
Sep 4, 2015
webkitMovementX/Y seem to be deprecated in Chrome 45+, this fix skips those keys. Fixes videojs#2548
Fixed in master and stable |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Good day.
After Google Chrome upgrade I get this notices in console:
'webkitMovementX' is deprecated. Please use 'movementX' instead. (video.dev.js:503)
'webkitMovementY' is deprecated. Please use 'movementY' instead. (video.dev.js:503)
In Firefox no such problem.
Thank you,
Marina.
The text was updated successfully, but these errors were encountered: