I want to disable task tooltip show when the lightbox is displayed.
For example, if I doble click on a task, the lightbox is displayed, but the tooltip is displayed on background of the lightbox also. How to I disable the tooltip when lightbox is displayed?
I trying thisā¦ but Iāve change de timeout time to open the tooltip and, in this case, the tooltip open occurs after the lightbox is already displayed.
In this case, the hide() is trigger before the tooltip open.
I need some function to cancelOpen or cancelTimeout, for example.
Iāve found a function $cancelTimeout on codebase, but I donāt know where can I access it.
There is no built-in feature like cancelOpen or cancelTimeout.
As a workaround, you can override the show method of the tooltip extension - have some flag variable which youāll use to tell that the tooltip shouldnāt be shown. Then you can set that flag from onLigtbox event in order to prevent the tooltip from showing after the delay.
Demo: http://snippet.dhtmlx.com/ced869a7a
Hello Adriano,
The dev team fixed the issue with the tooltip.
Now, Gantt hides it when you open the lightbox.
Here is the snippet where you can check how it works: https://snippet.dhtmlx.com/213adecc7
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan