Hello,
I have a problem with scheduler control in my project. I’m using library dhtmlxScheduler, version 5.3.1 Professional.
Problem take place when I change data which power scheduler control and next call function
* scheduler.matrix.timeline.scrollTo(date);
* scheduler.matrix.timeline.scrollTo(leftPosition, topPosition);
on it.
The issue concern function in dhtmlxscheduler_timeline.js file. The function tries an appeal to no existing element or element in the array with an incorrect index.
Currently, I applied a quick fix which leaves the loop of function when the issue occurred, but it is a temporary solution.
Last time I update the scheduler library to the newest version, but this not resolved the problem.
Does anyone know what could be the reason for the described case?