Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 148371f

Browse files
committed
docs(tooltip): add info on Safari bug
- Add information on Safari bug, affecting all versions up to 9 at the least Closes #5445
1 parent 8047c06 commit 148371f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tooltip/docs/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,5 @@ For Safari 7+ support, if you want to use the **focus** `tooltip-trigger`, you n
118118
Click Me
119119
</a>
120120
```
121+
122+
For Safari (potentially all versions up to 9), there is an issue with the hover CSS selector when using multiple elements grouped close to each other that are using the tooltip - it is possible for multiple elements to gain the hover state when mousing between the elements quickly and exiting the container at the right time. See [issue #5445](https://github.com/angular-ui/bootstrap/issues/5445) for more details.

0 commit comments

Comments
 (0)