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
Describe the bug
When DependencyLines plugin is used and we have items where grandchild item has time.start > time.end, and zoom iz changed, and then horizontal scroll to the right, page becomes unresponsive.
Same happens on zoom change only, depending if items are currently rendered or not.
When child item has time.start > time.end then this doesn't happen.
No errors in console.
Code
How to reproduce this error?
Codesandbox HERE
When the start time is later than the end time, the calculation is probably going wrong.
You shouldn't have such tasks. The only thing that can be done in this situation is to either swap the start and end of tasks if they are incorrect or display an error. I'll come back to that later.
Describe the bug
When DependencyLines plugin is used and we have items where grandchild item has
time.start
>time.end
, and zoom iz changed, and then horizontal scroll to the right, page becomes unresponsive.Same happens on zoom change only, depending if items are currently rendered or not.
When child item has
time.start
>time.end
then this doesn't happen.No errors in console.
Code
How to reproduce this error?
Codesandbox HERE
gantt-schedule-timeline-calendar version
What version are you using?
3.33.13
Screenshots or movies
When items currently rendered and zoom changed (page immediatelly unresponsive)
When zoom changed, then horizontal scroll (page unresponsive when item needs to be rendered)
The text was updated successfully, but these errors were encountered: