Our state of the art Gantt chart


Post by lg1 »

hi,

I have 2 issues when the cell tooltip doesn't have enough space:

  1. in that case, the tooltip hides the cell and therefore the tooltip starts blinking, you can see it in the video: https://www.screencast.com/t/guJFKwzNX
  2. in addition, the tooltip gets a scroll bar but it is not usable because once the pointer is moved to the tooltip it is closed.

the question is if there is any way to keep the tooltip open while it is hovered?


Post by Animal »

The tooltip has enough space. But tooltip has its axisLock set to true by default, meaning that when it is aligning and won't fit, it just tries to flip sides and won't try the other two sides. So it will try below then above, then just be coerced into the space.

So you can configure the feature with axisLock : false and it will then also look at aligning to the side.

As to allowing the mouse over the tip.

That's the allowOver config of Tooltip. Add that to the feature config too.

https://www.bryntum.com/docs/grid/api/Core/widget/Tooltip#config-allowOver


Post by lg1 »

thanks!


Post Reply