maschek / imgmap

Javascript based imagemap editor
https://www.maschek.hu/imagemap/
GNU General Public License v2.0
59 stars 33 forks source link

Console warnings in Chrome #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using Chrome create a map
2. Open the developer console (F12)
3. Mouse over an area and look at the console

This message is generated:
"event.layerX and event.layerY are broken and deprecated in WebKit. They will 
be removed from the engine in the near future."

So it might be better to fix it before they change that behavior and the code 
stops working.

Original issue reported on code.google.com by aml...@gmail.com on 10 Jul 2012 at 2:28

GoogleCodeExporter commented 9 years ago
I could not reproduce this. Not even in the canary build. Can you still 
reproduce this?

Original comment by adam.mas...@gmail.com on 1 Apr 2013 at 4:37

GoogleCodeExporter commented 9 years ago
You're right.
They have changed something and the warning no longer appears.

Original comment by aml...@gmail.com on 1 Apr 2013 at 4:44