Hi,
While using jquery_update module, I am getting following error chrome console.

"event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future"
Please have a look into it

Comments

travelertt’s picture

Priority: Normal » Minor
Status: Active » Reviewed & tested by the community

It's not a error, it's a warning message in jQuery 1.6. In jQuery 1.7 this warning is removed along with support for event.layerX and event.layerY. Since, the 7.x-2.x branch is now on jQuery 1.7 this won't be a problem.

nykoppa’s picture

Version: 7.x-2.x-dev » 7.x-2.2

Though I also found that jQuery 1.7 fixes this warning, the 7.x-2.x branch updates jQuery to jQuery 1.5.2 (as stated on the project's page).
I can see the warnings on my site too.

damontgomery’s picture

The dev version of this module includes a selection box for choosing 1.5 or 1.7 in the performance menu. This is the same menu as the clear cache button and cache / aggregation settings.

I have installed the dev module and it does use 1.7 for me. Unfortunately, 1.7 is breaking image uploads for me, but that discussion is happening in another thread. This doesn't happen for everyone.

markhalliwell’s picture

Issue summary: View changes
Status: Reviewed & tested by the community » Closed (works as designed)