I have this strange case with Bootstrap hints (only) on the latest Safari 8.0. I have a form and I have to show a tooltip on each of the inputs (please do not ask why).
Here is a jsfiddle example
`http:`
And this is how it looks in Safari 8.0

At first I thought that our css might cause some problems, so I split it into pure bootstrap classes. Then I thought that maybe I need to move these hints from the inputs to the div, which were wraps, but that also didn't help.
In the end, I removed all the wrappers and left only the inputs, but that also did not help.
My wild guess is that the new Safari will not recognize the mouseleave action if two identical elements have no space between them.
Can anyone think of a workaround for this?
source share