Hello,
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?
Thanks in advice!