KABBOUCHI / vue-tippy

VueJS Tooltip powered by Tippy.js
https://vue-tippy.netlify.app
MIT License
731 stars 89 forks source link

6.4.2 breaks functionality and layout #314

Open cope opened 3 months ago

cope commented 3 months ago

With 6.4.1 we had a properly working submenu: image

but with 6.4.2 (and 6.4.3) it broke: image

now the submenu no longer starts where the parent item is placed AND there is a GAP between the menu and submenu which causes the submenu to not be selectable, as the mouse passes between them the submenu just closes, preventing the user to click any item in submenu.

I believe the bug was introduced in this commit.

Why 6.4.3 latest on npm when 6.4.1 is latest on GitHub? :(

KABBOUCHI commented 3 months ago

are u using tippy singleton? reverted the changes in 6.4.4

cope commented 3 months ago

wait, maybe

cope commented 3 months ago

yes

<tippy-singleton placement="right">
cope commented 3 months ago

6.4.4 works with both <tippy placement="right"> and <tippy-singleton placement="right">