I have this weird case with Bootstrap tooltips (only) on newest Safari 8.0. I have a form and I must show a tooltip on each of the inputs (please, don't ask why).
Here is a jsfiddle example
`http://jsfiddle.net/d61yuy8q/11/`
And here is how it looks in Safari 8.0
First I thought that our css may cause some issues, so I've stripped it down to pure bootstrap classes. Then I thought maybe I should move those tooltips from inputs to divs that were wrapping inputs but that also didn't help.
At the end I've removed all wrappers and left only the inputs but that also didn't help.
My wild guess is that the new Safari doesn't recognize the mouseleave action if 2 same elements have no space between them.
Does anyone could think of any workaround for that?
I personally dont like boostrap tooltip, i have created custom script to replace tootlip with popover, here is how to use it