event.returnValue is depreciated. Please use the standard event.preventDefault() instead.
Chrome is giving out that message as soon as you click within a toolbar. Even on buttons that are disabled. It says its on line 1823 of dhtmlx.js. I just upgraded to the latest patch. It worked fine before the update.
Can anyone verify that this is happening with their integration? I’m going to create a new file with just the toolbar on it to see if its anything else is causing the error. I’ll respond with feedback and sample code.
On my page I have a toolbar and am loading the content via XML. It loads fine, but once I click on it it throws the error. I’ve clicked on regular buttons and disabled buttons.
I’m just watching the console within Chrome for output.
I found another issue related to the form control that I will post in that discussion area.