Premium support for our pure JavaScript UI components
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 (55.99 KiB) Viewed 153 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.
-
Attachments
-
- TestBryntumDepsPicker.zip
- (12.09 MiB) Downloaded 5 times
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?
Best regards,
Márcio
How to ask for help? Please read our Support Policy
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.
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
Tested with 6.1.5 and the regression is solved. Thank you.