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

Tooltip v2.2.1 Broken Inside Tables #5980

Closed
nozpheratu opened this issue Nov 21, 2012 · 3 comments
Closed

Tooltip v2.2.1 Broken Inside Tables #5980

nozpheratu opened this issue Nov 21, 2012 · 3 comments
Labels

Comments

@nozpheratu
Copy link

So it seems table tooltips are broken in version 2.2.1 for the Tooltip JavaScript file. I have two JSFiddles demonstrating this, firstly the working copy forked directly from the Bootstrap Skeleton which seems to be using a different tooltip js file (can't confirm 100% though as I'm unable to find the relevant JS in the bootstrap skeleton at all): http://jsfiddle.net/Lkkq2/

And the broken 2.2.1 version JSFiddle, note I copied the JavaScript verbatim from 2.2.1: http://jsfiddle.net/YWq36/

The working copy is appending the tooltip div at the bottom of the body tag, whereas the broken 2.2.1 inserts it directly inside the table to produce the following effect:

Imgur

@nozpheratu
Copy link
Author

@fat It seems the code introduced in this commit:
88b1e44#js/bootstrap-tooltip.js

Is what is causing my problems.

@Yohn
Copy link
Contributor

Yohn commented Nov 21, 2012

I submitted a pull request to fix this problem - #5768 and updated your fiddle with my changes - http://jsfiddle.net/YWq36/1/

@mdo
Copy link
Member

mdo commented Dec 2, 2012

Closing as a dupe of #5687.

@mdo mdo closed this as completed Dec 2, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants