This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
Tooltips not clearing hover state Safari (OSX) #5445
Closed
Description
- Angular version 1.4.9
- UIBS version 1.1.2
The issue is when you hover over an element with a tooltip and then move your mouse to hover over another element, that is positioned closely above the first, that also has a tooltip; the directive does not clear the hover state from the originally hovered element.
Plunker: http://plnkr.co/edit/BPWlKzeuessskaMJTf3s?p=preview
At the time of writing this, it is only happening in Safari. 9.x (OSX 10.11.2)
Repo Steps:
Starting from the bottom of the lists in the plunker, move your mouse up and down them, over the "action" links. Notice that the background sometimes does not change to the correct color.