-
Notifications
You must be signed in to change notification settings - Fork 532
Tip with followCursor option appears wrong on svg lines #135
Comments
Can you make a CodePen? |
Sometimes it appears below, like in the image above: |
Set |
If I set flip to false, |
There is overflow prevention when the tooltip hits the edges of the viewport, is that what you mean? |
It's following the cursor perfectly on my end https://gfycat.com/gifs/detail/PoliteFrequentLacewing (Chrome 62, macOS 10.13) EDIT: Maybe you are talking about when it's triggered by |
Here you can see it (on firefox 58.0b8 (64-Bit)): |
I think this is an implementation failure, |
That's quite strange.. Can you check if this problem exists in |
It also fails on beta-2. |
How about the last of v1, v1.4.2? All those options except If not, go to the dist file of tippy.js and add |
Maybe someone other can, |
Hmm.. looking at your gif again, it seems that the I believe a solution would be to also update the position on show, even without a mousemove event needing to fire off. Also I noticed that the arrow/caret has a small white gap between itself and the tooltip. Have you fiddled with the CSS to see why? I've never seen that issue either! |
Don't know how to inspect tooltips with the browser tools 🤔 |
Use a |
What is the selector name of an tooltip? 🤔 |
On Codepen it's within the iframe |
@tgotwig can you make a new issue about the arrow problem? Thank you! |
Sometimes it appears wrong (with followCursor option) on svg lines:
The text was updated successfully, but these errors were encountered: