Tooltip Appearing and Dessapearing at the speed of light!

Buongiorno Weweb Community !

I’ve built a tooltip mechanism using the tooltip component available in the library and put in place the workflow logic to make it appear when the mouse enter an icon and make it disappeared when the mouse leaves it.

I wonder why the tooltip flickers at the speed of light when I pass the mouse over the icon.

I join a brief video so that you can see how it is behaving.

Thank you,

1 Like

Could it be that the moment the tooltip is shown, your mouse pointer is focused on the tooltip itself causing a on leave trigger on the icon?

Maybe you can test this by reposition the tooltip, so your mouse pointer stays on the icon and not on the tooltip.

Or maybe add a action workflow on the tooltip to (keep) showing itself when hovered and hide itself when tooltip isn’t hovered

1 Like

Hello Weweb Community,

I added margin-top to each of the tooltips so they display below the original tooltip icon.

And it works now :slight_smile:

4 Likes