Our state of the art Gantt chart


Post by tikhonov.a.p »

Why, when selecting tasks through the shift on the Gantt chart.
Is gantt.selectedRecords array populated in strange order?

That is, let there be 4 tasks with the following order:
Task1,Task2, ...Task4

If you hold down the shift and click sequentially on Task1, then on Task4 we get in gantt.selectedRecords
Task2,Task3,Task4,Task1.

Although it is more intuitive from the first press to the second, and not vice versa
Intuitively expected: Task1,Task2,Task3,Task4
Use this example and console
https://bryntum.com/examples/gantt/advanced/


Post by alex.l »

Sounds like a bug, here is a link to track the status: https://github.com/bryntum/support/issues/4433

Thanks for your reports!

All the best,
Alex


Post by tikhonov.a.p »

HI, when this bug will fix?


Post by alex.l »

No terms for now, unfortunately. According to the milestone, it should be there in one of 5.x minor patch releases.

All the best,
Alex


Post Reply