You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
While testing the Gantt, I noticed some issues with the task-cutting functionality. Specifically, after cutting a task, attempting to cut it again leads to unexpected behavior.
Issue with dependencies:
If I cut a task that has a dependency, the dependency is removed on the second cut. No errors are thrown in the console.
Here’s a video demonstrating the issue:
Cut_dependencies_issue.mp4
Error with assignments:
After cutting a task, if I try to cut another task that has an assignment, the system throws a console error.
You can see this behavior in the following video:
Cut_tasks_with_assignment_error.mp4
These issues can be reproduced in your examples, such as the "Basic Gantt Chart" demo or the "Drag Resources from a Grid" demo.
The text was updated successfully, but these errors were encountered:
Forum post
Hi,
While testing the Gantt, I noticed some issues with the task-cutting functionality. Specifically, after cutting a task, attempting to cut it again leads to unexpected behavior.
If I cut a task that has a dependency, the dependency is removed on the second cut. No errors are thrown in the console.
Here’s a video demonstrating the issue:
Cut_dependencies_issue.mp4
After cutting a task, if I try to cut another task that has an assignment, the system throws a console error.
You can see this behavior in the following video:
Cut_tasks_with_assignment_error.mp4
These issues can be reproduced in your examples, such as the "Basic Gantt Chart" demo or the "Drag Resources from a Grid" demo.
The text was updated successfully, but these errors were encountered: