Bug report: Misbehavior when dragging new tasks

Hi,

I wanna report a bug in the Gantt Chart. There is a misbehavior under following circumstances:

gantt.plugins({
multiselect: true
});
gantt.config.drag_project = true;

By combining these two options, dragging of the last created task (over + Symbol) in the timeline moves the whole parent project.

Hello @dmueller ,

Thank you for the detailed description of the issue. It looks like a bug in your end, I sent it to the dev, and they will work on a fix, unfortunately there is no any ETA.

Kind regards,

Hello David,
That issue should occur because both parent and subtask are selected when you enable the multiselect extension and add a subtask. So, when you drag the subtask, you are also dragging the parent task.
As a workaround, you can return false in the onBeforeTaskSelected event handler for the parent task:
http://snippet.dhtmlx.com/5/47af7fb31