Hi,
since today I get a message in Chrome:
“event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future.”
Is there a workaround available for this?
Thanks
Robert
Hi,
since today I get a message in Chrome:
“event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future.”
Is there a workaround available for this?
Thanks
Robert
same
Me too.
When I call:
doesn’t work in Chrome, Firefox and IE8. (1 week ago was working)
Only in Chrome I have the message -> “event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future.”
Well, the break code was my fault, sorry.
But I still see the stranger message without problems in the development.
Are there any news on this?
SInce it’s not possible to just view “Errors” and “Logs”, it’s very annoying.
Best regards
Robert
Same problem here, any fix for this?
Regards
Please notify me when there is a fix for this. Thanks
The code which uses layerX already have fallback, so when support of this property will be removed in chrome - it will not cause any errors ( code checks is such property exists , and if not - uses different logic )
If you really need it - I can provide a version of dhtmlxGrid which doesn’t use this check and as result doesn’t show anything in Chrome console ( this modification will be included in the next version )