javascriptjquerygoogle-chromewebkitjquery-1.7

jQuery 1.7 is *still* returning the event.layerX and event.layerY error in Chrome


What am I doing wrong? Am I misunderstanding the problem or is it something else entirely?

On my page I was using jQuery 1.6.4 from the Google CDN. This would, of course, generate the error:

event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future.

I read here that jQuery 1.7 removed this issue. However, after updating my application to 1.7, I'm still seeing it. I'm using the Microsoft CDN until Google put the link up.

Things I've tried before posting this:

Any ideas?


Solution

  • Worked it out - it wasn't immediately obvious either, but posting this here for anyone who gets tripped up by this in future:

    It was a Chrome Extension that used an old version of jQuery causing the issue. Disabling all Extensions and re-enabling one at a time helped me find the perpetrator. Hope this helps for anyone else with this issue in the future!