Hi,

This issue has apparently been fixed via a patch for the drupal 6 version, however it is still an issue for the Drupal 7 version.

Where I have a flag setup and have Tipsy style the flags tooltip, should I click the flag and wait for it to finish, if I then move my mouse away, the original Tipsy tooltip stays.

If I click the flag and move the mouse while the flag is being actioned, then the tooltip disappears.

I'm hoping that someone has maybe come up with a fix for the Drupal 7 version. I've attempted to replicate the fix used in the D6 version but with no luck.

Matt

Comments

luovakela’s picture

I fixed problem on drupal 7 by modifying file: jquery.tipsy.js

Change line 164 to:
eventOut = options.trigger == 'hover' ? 'mousedown mouseleave' : 'blur';

That closes the flag also by clicking the mouse not only by mouse out.

-Aki

ram4nd’s picture

Version: 7.x-1.0-rc1 » 7.x-1.x-dev
Issue summary: View changes
Status: Active » Needs work
ram4nd’s picture