Premium support for our pure JavaScript UI components


Post by takafumi ohtake »

Hi Bryntum support,

When I update Bryntum Gantt to V5.1.1, contents in dependency tooltip are collapsed.
Please fix it.

collapsed_dependency_tooltip.png
collapsed_dependency_tooltip.png (17.73 KiB) Viewed 472 times

Post by takafumi ohtake »

In addition, task name in create dependency tooltip is too escaped.

too_escaped_task_name.png
too_escaped_task_name.png (56.8 KiB) Viewed 462 times

Post by tasnim »

Hi,
For the first one, it's a bug, I've reproduced it and we'll investigate. Here is the ticket https://github.com/bryntum/support/issues/5040

For the second one, I cannot reproduce it. Could you please provide the steps to reproduce?

Thanks for reporting.
Good Luck :),
Tasnim


Post by takafumi ohtake »

Hi Tasnim,

Thank you for creating the ticket.
About second one, please see the video below.

video.mp4
(583.56 KiB) Downloaded 35 times

Post by tasnim »

Thank you for the video.
Reproduced the bug. Created another ticket for this. Here it is https://github.com/bryntum/support/issues/5042

Thanks for your report again :)
Good Luck,
Tasnim


Post by takafumi ohtake »

Hi Tasnim,

I found the dependencies tooltip contents misalign is fixed on V5.1.2. Thank you for fixing it.
However, the bug is still happen rarely in my env after updating to V5.1.2.

The condition seems whether dependency data has fromSide and toSide field value or not.
If fromSide and toSide is filled in the persisted data, the issue remains.

My questions are,

  • Is it bug or expected behavior?
  • Should fromSide and toSide be persisted?
  • Almost all fromSide and toSide is null. When are fromSide and toSide filled with value like "left"?

Regards,
Takafumi


Post by tasnim »

Hi,
It sounds like a bug. I tried but, can't reproduce it. Could please provide a video on how to reproduce it?

Best,
Tasnim


Post by takafumi ohtake »

Hi Tasnim,

Thank you for your reply.

Please try this code on https://bryntum.com/examples/gantt/basic/.

var dep = gantt.dependencyStore.getAt(0);
dep.fromSide = "right"; dep.toSide = "left";

It will reproduce the issue.

misalign_remains.mp4
(784.79 KiB) Downloaded 47 times

Regards,
Takafumi


Post by tasnim »

Thanks for reporting. We'll investigate it. Here is a ticket for that https://github.com/bryntum/support/issues/5180

Best regards,
Tasnim


Post Reply