Particularity in the tooltip extension

Hi guys,

I don’t know if it’s the right place to post that i’ll tell you but i still want to let you know and get some advices.

As an early dxhtmlGantt user, i try to work with it since today. It’s work very well but i’ve got a certain issue with the tooltip extension.


As you can see, i customized my gantt to match my desires (header, colors…etc).


Then i wanted to use the tooltip extension but my tooltips were not a the right place (weird relatives positions), thought it was my fault and i figured out this was calculated from gantt.$task bounds (in html : div.gantt_task). Because I customized my headers, tooltips went crazy.


I figured out that if I change the element from which their relative positions were calculted i could fix my issue. Took me a while but i fixed it with the gantt.$task_data (+ some pixel to avoid the cursor)

Did I went wrong with my modifications ? Was there a reason to calculate the tooltip position from the gantt.$task element ?
I thank you in advance for your help and advices.

PS : Sorry for my average english, I do my best :laughing:

Hi,
the bug should have been fixed in the recent dev version,
You may try download from this topic viewtopic.php?f=15&t=36675

Great !

Thanks for your answer, it’s perfect with this dev version.