When both "auto_scheduling " and “drag_project” are enabled simultaneously, dragging a task of type “project” causes an issue where it cannot be dragged to the left after the second drag.
When you drag project tasks, you are actually dragging all child tasks, and Gantt adds the SNET constraint to each child task. After you drag the project the second time, the child tasks already have the constraint dates, so they are not moved to an earlier date because of the constraint rule.
I investigated the use case, and it seems that if the task ID has a number value that is smaller than the project ID, the project task is dragged correctly. But if the child ID has a greater value than the parent’s task ID, it is iterated later, so, the constraint is applied after the child task is auto-scheduled to the previous constraint date: https://snippet.dhtmlx.com/3wlxe6jy
However, we are aware of the issue. Regardless of how it works with the task IDs, it is related to the fact that the constraint dates of the child tasks are not updated correctly. The bug should be fixed in the future, but I cannot give you any ETA.
As a workaround, you can remove the constraint date for all children when dragging a project task: