Row dragging issue after upgrade to 7.0.8

To fix the link issue in the 7.0.7, I upgrade the plugin to 7.0.8 and then I am encountering another bug.

The dragging row will stop at a certain place when you drag it down. I have uploaded the screen video for this issue.

And I have tried revert it back to 7.0.7 and confirmed this issue does not happen in that version.

Hello Ping,
Unfortunately, I couldn’t reproduce the issue:
http://snippet.dhtmlx.com/5/f49a18b5a

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.

@pingcheng, we have the same issue. Did you resolve this?

Hi Ramil,

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.

Hi Ramil,

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.

Hello Rohit,
We are aware of that issue. It occurs if you use the following config:

gantt.config.autosize = 'y';

Here is the snippet with a simpler configuration, where you can reproduce the issue:
https://snippet.dhtmlx.com/5/ff65d96ac

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, when i try to move some task to the bottom of the grid the marker stop earlier, it occurs when i add some space on top of gantt.

Does this still occur in newer versions? Thanks

http://snippet.dhtmlx.com/5/76e7cb77c

Hello Renato,
Unfortunately, the issue has not yet been fixed.

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

You can check how it works in the following snippet:
https://snippet.dhtmlx.com/eqsw5uew

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

You can check how it works in the following snippet:
http://snippet.dhtmlx.com/5/2fd4b58fa