Hello everyone,
i am having a problem with timeline tooltips
I have in one page 3 timeline views
one in render tree mode
and other two in cell mode.
In the tree view mode i don’t have a problem with tool tip position.
In the other two modes i have the problem that you can see in attached image.
The position of tool tip gets out of screen and also show it in the left of the cell.
Also i try to disable the tooltip mechanism and show something of my own.
When i put
scheduler.attachEvent(“onBeforeTooltip”, function() {
return false;
});
tooltips from tree mode disabled successfully but in the other modes they continue to display.