Current implementation (in M6) doesn't have in options some Delay property. I mean pause in milisecconds before tooltip is displayed. If you have for example a column with tooltips, moving mouse fast from up to down generate a lot of semi-transparent tooltips (ajax requests, content functions calls etc...) that is not resonable.
Tooltip definetly should have a property to control this.
Also will be great to hide tooltip in the same way, for example a very short mouse out/hover should not recreate tooltip.
Just downloaded last milestone (6) of jquery-ui to try new tooltip plugin.
Generally it looks fine, except it miss some features/options, that i hope will be implemented until i finish my project.
In draft planning documentation i saw there are two types of positioning:
a. Relative to mouse cursor (as it is done by browsers)
b. Relative to parent element
case B now works ok, but in one place i need case A, wich don't work at this momment.
I suppose by default it should work as case A (relative to cursror).
It miss some property like anchor: {'mouse', 'element'} or something else.
Also will be great to have two options in case of cursor positioning: to track mouse position and adjust tooltip position it in realtime, or set position according to cursor just when popup is displayed.
Are any plans to implement this logic in final version?