i found my mistake.
…
toolbar.addText(“clone”, 1, “”);
toolbar.objPull[toolbar.idPrefix+“clone”].obj;
toolbar.objPull[toolbar.idPrefix+“clone”].obj.innerHTML = “”;
var clone = new dhtmlXCombo(cloneDIV, ‘clone’, 80); // placeholder
clone.enableFilteringMode(true);
// IE 9 Problem by complete-tag , but not with older version or firefox
var myStr =‘1’;
// it work`s with IE 9 also…
var myStr =‘1’;
clone.loadXMLString(myStr);
…
I got this error in dhtmlxScheduler v30_111025.
I did this update (dhtmlxcommon.js) but the error continues.
I saw the same method (xml load) in other files (dhtmlxscheduler_client.js, dhtmlxscheduler.js, dhtmlxdataprocessor.js, scheduler.js), but this fix is only with dhtmlxcommon.js file.
What I can do to fix it? Should I update all references?
This is really old thread.
Please post your question on the dhtmlxScheduler forum if you suspect it’s the culprit but please provide link to your site or code with scripts you are trying to load.