Didn't want to hijack this thread:http://flowplayer.org/tools/forum/30/29726
So started a new one (although it's a similar/same issue).
Using version 1.1.2 with both plugins and mainly testing in FireFox 3.5.3.
On your own demo using slide effect, if you move the cursor slowly onto the edge of the image nearest the tooltip code the tooltip will appear, then as you continue to move inside the the image, the tooltip will disappear.
On your demo you have the tooltip code above the triggers in the html, therefore this issue can be replicated using the top edge. I've got my tooltip code below my triggers in the html (even though the tooltip appears top center) and therefore the issue appears on the bottom edge.
I'm assuming the problem occurs because the tooltip is moved beneath the cursor (without triggering a mouseout event), then when you continue to move the cursor it falls off the tooltip back onto the image and (I assume) triggers a toggle event hiding the tooltip.
Possible solution might be to include the tooltip within the active selector area (so moving onto the visible tooltip is considered part of the selector and doesn't trigger a close when you come off back onto the image).
Any ideas?
Lovely set of JQuery tools by the way, and a great website.
So started a new one (although it's a similar/same issue).
Using version 1.1.2 with both plugins and mainly testing in FireFox 3.5.3.
On your own demo using slide effect, if you move the cursor slowly onto the edge of the image nearest the tooltip code the tooltip will appear, then as you continue to move inside the the image, the tooltip will disappear.
On your demo you have the tooltip code above the triggers in the html, therefore this issue can be replicated using the top edge. I've got my tooltip code below my triggers in the html (even though the tooltip appears top center) and therefore the issue appears on the bottom edge.
I'm assuming the problem occurs because the tooltip is moved beneath the cursor (without triggering a mouseout event), then when you continue to move the cursor it falls off the tooltip back onto the image and (I assume) triggers a toggle event hiding the tooltip.
Possible solution might be to include the tooltip within the active selector area (so moving onto the visible tooltip is considered part of the selector and doesn't trigger a close when you come off back onto the image).
Any ideas?
Lovely set of JQuery tools by the way, and a great website.
