vue-fab icon indicating copy to clipboard operation
vue-fab copied to clipboard

The tooltip stays in screen after clicking the fabitem

Open biztudio opened this issue 5 years ago • 3 comments

For example: https://pygmyslowloris.github.io/vue-fab/

both 'add_alert' and 'cached' stays and will be added many times to the screen.

This issue happens in Windows 10 Edge.

biztudio avatar May 18 '20 08:05 biztudio

I have the same issue, mostly on touch-enabled devices like phones or even in the Google Chrome device simulator, it seems that for some tooltips the style display:none is not added to the elements with fab-tooltip class

andreagobetti avatar Feb 05 '21 19:02 andreagobetti

I think this issue is the same as #41

andreagobetti avatar Feb 05 '21 19:02 andreagobetti

We found a workaround: adding a :fixed-tooltip="true" attribute to the fab tag always shows the tooltips, but solves this issue, because the tooltips are automatically destroyed, independently from the hover state!

andreagobetti avatar Feb 12 '21 17:02 andreagobetti