Page 1 of 1

Contents in dependency tooltip are collapsed

Posted: Wed Aug 10, 2022 7:45 am
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 474 times

Re: Contents in dependency tooltip are collapsed

Posted: Wed Aug 10, 2022 7:55 am
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 464 times

Re: Contents in dependency tooltip are collapsed

Posted: Wed Aug 10, 2022 8:07 am
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


Re: Contents in dependency tooltip are collapsed

Posted: Wed Aug 10, 2022 9:22 am
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

Re: Contents in dependency tooltip are collapsed

Posted: Wed Aug 10, 2022 9:43 am
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


Re: Contents in dependency tooltip are collapsed

Posted: Mon Sep 05, 2022 5:02 am
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


Re: Contents in dependency tooltip are collapsed

Posted: Mon Sep 05, 2022 6:06 am
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


Re: Contents in dependency tooltip are collapsed

Posted: Mon Sep 05, 2022 7:01 am
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


Re: Contents in dependency tooltip are collapsed

Posted: Mon Sep 05, 2022 7:49 am
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