Closed tarokobear closed 1 year ago
Also seeing a similar issue within trial of 7.1.3 Pro in the "scrollTo" function. Same issue, length of one array is used as index into a smaller array.
I changed a bunch of things trying to fix it, I think removing the scrollX: "scrollHor"
from the first col of the first row fixed it for me.
I was using the config from an old version so I'm not sure if something was deprecated.
@tarokobear and @iadaz, we are aware of that issue. It occurs because the scrollbar is attached to more than 2 views. If you set a different name, the issue shouldn't occur:
http://snippet.dhtmlx.com/5/a20ef712b
The dev team will fix that bug in the future, but I cannot give you any ETA.
@tarokobear and @iadaz, The dev team fixed the bug for the scrolbar if it is attached to 3 or more views: https://docs.dhtmlx.com/gantt/whatsnew.html#719 You can see that the issue is no longer reproduced in the following sample: https://snippet.dhtmlx.com/5/6aecbdfdc
For DHTMLX Gantt: Version 7.1.2, Standard Edition
When I execute: gantt.parse(tasks);
The console shows the following error: TypeError: Cannot read property '$config' of undefined
The error occurs at this section of the code
line: 13213
The verticalViews array goes out of bounds when using the horizontalViews' index j.
The layout that we are using is: