You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using "floating-vue": "2.0.0-beta.24"
I have a long list of trading cards including different product info - price, description etc.
All of them using v-tooltip.
Normally if I hover over one of those element and hover off - tooltip behaves as it should, appears on hover, dissappears on un-hover.
But when I move the mouse over several v-tooltip containing elements some of them fire and the result is I have several opened tooltips while not hovering over any of them.
Any fix/help?
The text was updated successfully, but these errors were encountered:
My problem has been solved with adding unique 'showGroup' value to the tooltip computed object. Thus every time the new tooltip opens, the previous one closes.
As example:
Using "floating-vue": "2.0.0-beta.24"
I have a long list of trading cards including different product info - price, description etc.
All of them using v-tooltip.
Normally if I hover over one of those element and hover off - tooltip behaves as it should, appears on hover, dissappears on un-hover.
But when I move the mouse over several v-tooltip containing elements some of them fire and the result is I have several opened tooltips while not hovering over any of them.
Any fix/help?
The text was updated successfully, but these errors were encountered: