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
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: