Probably, it is related to Gantt configuration, but it is hard to suggest what might be wrong as I don’t see your code.
Please, reproduce the issue in the snippet above, then click on the “Share” button and send me the link.
Or send me an HTML file with all the necessary Javascript and CSS files.
We are facing a similar issue where the marker gets stuck at a particular location. We are using gantt in our Salesforce org. I have attached a video and code snippet for your reference. ScreenRecorderProject1.7z (2.3 MB) ganttPOC.zip (2.4 KB)
Hello Rohit,
It seems that the issue is related to the elements above Gantt though it is not clear what exactly is wrong as I only see the Gantt configuration. Probably, the elements above Gantt occupy most of the page, and you need to scroll down to see Gantt.
The dev team will fix that bug in the future, but unfortunately, I cannot give you any ETA nor provide a workaround.
We have another issue where we have more than 100 tasks and when I drag a row it gets dragged only till position of last visible task on UI and it does not auto scroll down. Even if we make the gantt scrollable still it does not help. The issue can be reproduced in the same code which I have attached earlier.
The dev team will fix that bug in the future, but I cannot give you any ETA.
As a workaround, you can scroll with Javascript events and methods and use the classic reorder mode (not the marker): http://snippet.dhtmlx.com/5/bc803c127
Hello Rohit,
The dev team fixed the bug with the autoscroll, tooltip and link position when the gantt container has the margin-top attribute or there are elements above Gantt: https://docs.dhtmlx.com/gantt/whatsnew.html#7111
Hello Rohit,
The dev team fixed the bug with the task reorder marker in the grid. Now it has the correct position when there are HTML elements above Gantt: https://docs.dhtmlx.com/gantt/whatsnew.html#7110