This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Newest Chrome deprecation warnings with jQuery older than 1.7. Good reason to add jQ 1.7 support to jQM? #3267
Closed
Description
Hey guys,
The newest chrome is sending crazy deprecation warnings on some events. Among other things, mousemove. The message says
event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future.
This is fixed in jQuery 1.7, though. Any word on when jQ 1.7+ support is coming?
Note that I have no problem using an unofficial version from Github (my project isn't live yet).
To reproduce
- Go to http://jquerymobile.com/demos/1.0/ with Chrome
- Open your JS console
- Move your mouse around and witness hundreds of warnings :-)
Thanks!