PygmySlowLoris / vue-fab

Vue Floating Action Button
MIT License
273 stars 51 forks source link

The tooltip stays in screen after clicking the fabitem #43

Open biztudio opened 4 years ago

biztudio commented 4 years ago

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.

andreagobetti commented 3 years ago

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 commented 3 years ago

I think this issue is the same as #41

andreagobetti commented 3 years ago

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!