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

Commit

Permalink
docs(tooltip): add info on Safari bug
Browse files Browse the repository at this point in the history
- Add information on Safari bug, affecting all versions up to 9 at the least

Closes #5445
  • Loading branch information
wesleycho committed Aug 22, 2016
1 parent 8047c06 commit 148371f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tooltip/docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,5 @@ For Safari 7+ support, if you want to use the **focus** `tooltip-trigger`, you n
Click Me
</a>
```

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 comments on commit 148371f

Please sign in to comment.