Hi,
I’m implementing the dhtmlxScheduler with several extensions, specifically: Recurring Events, Year View, Unit View, Mini Calendar, Multiselect, Editors, and Tooltips
I’ve also added two functions to save and load the current date via AJAX but the only value they ever modify is the date, which to the best of my knowledge is unrelated to this error and only occurs in Internet Explorer.
The error that occurs is this:
'type' is null or not an object
And it occurs on this line in the scheduler._get_lightbox function (NOTE: My actual code uses the minified dhtmlxScheduler.js file, this is the equivalent line from the debug scheduler javascript):
var block=this.form_blocks[sns[i].type];
This error only occurs in Internet Explorer 8, not Firefox or Google Chrome. How can I diagnose and correct this issue? Thanks in advance for your help!