-
Notifications
You must be signed in to change notification settings - Fork 520
*-start/*-end placement with followCursor option reversed + incorrect offset (v4.3.2) #513
Comments
I think it's actually correct now. Before, the virtual reference had zero size but now it actually has a "fake size" of 100 pixels which prevents some issues. It looks like that ended up reversing the behavior though. Though it does seem to be offset by 8 pixels now, so there could be something wrong here. |
If you add |
If I want tippy to be near the cursor as in version 4.3.1 I need to add |
I think the reversement of placement is correct now (although kind of a breaking change from previous behavior? 😕), but the offset problem is a bug. It changes based on the tooltip element's size. |
Bug description
Thanks for the backport v5 fixes to v4 (#511).
In the case where the
placement
option has*-start
/*-end
value andfollowCursor
option is defined, tippy is placed on the other side of the cursor in 4.3.2 version. Is this a new expected behavior or bug?Reproduction
CodePen link (4.3.1): https://codepen.io/lozinsky/pen/MdLzwo
CodePen link (4.3.2): https://codepen.io/lozinsky/pen/JqxeYa
The text was updated successfully, but these errors were encountered: