Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drag Tasks with dependencies have weird behavior #6905

Closed
marciogurka opened this issue Jun 1, 2023 · 1 comment
Closed

Drag Tasks with dependencies have weird behavior #6905

marciogurka opened this issue Jun 1, 2023 · 1 comment
Labels
bug Something isn't working forum Issues from forum large-account Reported by large customer OEM OEM customer premium

Comments

@marciogurka
Copy link

Forum post

"We have a weird behaviour on the Gantt chart, when two tasks with a dependency are dragged the second one is not being updated, we use https://bryntum.com/products/gantt/examples/advanced/ to reproduce it. the steps are:

  • Create a new task "task 1".
  • Move the task later than the startDate of the project.
  • Create a second task "task2".
  • Create a dependency from the end of task1, to the start of task2 with a lag of -5 days.
  • Drag task1 in any time from space, then try to move it before the day of the startDate of the task.

The second task is not being updated.

It looks like when task2 reaches the initial startDate, is not able to move in the past."

Capmo.-.Bryntum.task.issue.demo.mp4
@marciogurka marciogurka added bug Something isn't working premium forum Issues from forum large-account Reported by large customer OEM OEM customer labels Jun 1, 2023
@arcady-zherdev
Copy link

This is not a bug this is by design. When you drag a task it gets pinned with "Start No Earlier Than" the target date constraint. If you remove the constraint (with "Conctraint Type" column help for example) the successor will be scheduled based on the predecessor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum large-account Reported by large customer OEM OEM customer premium
Projects
None yet
Development

No branches or pull requests

2 participants