I have tipsy on flag "like" when i click on it the tooltip don't close and show the second the tooltip any idea how i can fix that?

Thanks

Comments

pribeh’s picture

Got the same issue. Subscribe.

pribeh’s picture

StatusFileSize
new41.81 KB

Attached is a screen depicting the issue. Essentially, it seems as if flag's javascript behaviour doesn't set off the right indicator for Tipsy's JS to then remove the tooltip.

yannickoo’s picture

subscribing

yannickoo’s picture

StatusFileSize
new706 bytes

Okay guys, I've a solution. It just removes all elements with the class "tipsy" when creating a tipsy-tooltip.

It works ;)

Yannick

youkho’s picture

Status: Active » Needs review

#4 patch works

hydra’s picture

Status: Needs review » Needs work

This patch looks fine to me. Please remove the whitespaces before

+			$(".tipsy").remove();

Thx for finding the bug.

yannickoo’s picture

Status: Needs work » Needs review
StatusFileSize
new710 bytes
hydra’s picture

Status: Needs review » Reviewed & tested by the community

Looks better, thx

Vote_Sizing_Steve’s picture

StatusFileSize
new908 bytes

I didn't have much luck with #7, because, I think I'm using the .views-tooltip tag (along with others in the future). However, I asked a developer to write me a fix, and he provided the attached file, which works well for me.

yannickoo’s picture

Please provide your file as patch.

nehajyoti’s picture

Issue summary: View changes
Status: Reviewed & tested by the community » Closed (outdated)

Closing the issue as the version is outdated.