You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had issues with tipsy on IE 7 and and IE 8 not displaying tooltips. tipsy's outermost div was added, but not the .tipsy-arrow and .tipsy-inner, thus causing tooltips not to show up.
Line 98 contains a superfluous slash that caused the issue:
I had issues with tipsy on IE 7 and and IE 8 not displaying tooltips. tipsy's outermost div was added, but not the .tipsy-arrow and .tipsy-inner, thus causing tooltips not to show up.
Line 98 contains a superfluous slash that caused the issue:
https://github.com/jaz303/tipsy/blob/master/src/javascripts/jquery.tipsy.js#L98
The text was updated successfully, but these errors were encountered: