Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Superfluous slash breaks tipsy on IE 7 and 8 w/ jQuery 1.3.2 #15

Closed
agross opened this issue Jun 8, 2010 · 3 comments
Closed

Superfluous slash breaks tipsy on IE 7 and 8 w/ jQuery 1.3.2 #15

agross opened this issue Jun 8, 2010 · 3 comments

Comments

@agross
Copy link

agross commented Jun 8, 2010

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:

<div class="tipsy-inner"***/***></div>

https://github.com/jaz303/tipsy/blob/master/src/javascripts/jquery.tipsy.js#L98

@jaz303
Copy link
Owner

jaz303 commented Jun 8, 2010

Removed superfluous slash (closed by 4b3e29f)

@jaz303
Copy link
Owner

jaz303 commented Jun 8, 2010

good catch, also superfluous slash is an awesome name for a geek band. can you play guitar?

@agross
Copy link
Author

agross commented Jun 8, 2010

Sadly, as of today, I'm only able to listen to music ;)

ahamburger pushed a commit to desmosinc/tipsy that referenced this issue Nov 5, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants