Page 1 of 1

Dependency column picker not showing all tasks

Posted: Fri Jan 10, 2025 6:12 pm
by beotech

Hi, we are migrating the Gantt from version 4 to 6 and we are experiencing an issue with the dependency column picker. Some tasks are not displayed and thus cannot be selected.

In the example below, the task "Task 4" is not displayed in the dependency picker.

TestBryntumDepsPicker.PNG
TestBryntumDepsPicker.PNG (55.99 KiB) Viewed 235 times

This task is not visible in the Gantt initially because its parent is not expanded.
So it seems that tasks not initially visible will not be displayed in dependency picker.

You can find a simple test case attached.


Re: Dependency column picker not showing all tasks

Posted: Fri Jan 10, 2025 11:45 pm
by marcio

Hey beotech,

Thanks for reaching out.

How do I run the test project that you shared? Could you please provide a recording of the behavior you're describing?


Re: Dependency column picker not showing all tasks

Posted: Mon Jan 13, 2025 9:53 am
by beotech

To run the test case, you simply move the project to a folder managed by any web server like Apache and then open the index.html page in any web browser.

To see the problem you just have to open the dependency picker from any predecessor cell (except task 4) and you will see that the list does not display task 4.


Re: Dependency column picker not showing all tasks

Posted: Mon Jan 13, 2025 10:25 am
by ghulam.ghous

Hey there,

This was a regression and it is fixed in 6.1.4 version so instead of trying 6.1.1, please upgrade to the latest version or 6.1.4. Here is the ticket where this issue was fixed. https://github.com/bryntum/support/issues/10291


Re: Dependency column picker not showing all tasks

Posted: Thu Jan 16, 2025 3:24 pm
by beotech

Tested with 6.1.5 and the regression is solved. Thank you.