Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The tooltip stays in screen after clicking the fabitem #43

Open
biztudio opened this issue May 18, 2020 · 3 comments
Open

The tooltip stays in screen after clicking the fabitem #43

biztudio opened this issue May 18, 2020 · 3 comments

Comments

@biztudio
Copy link

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
Copy link

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
Copy link

I think this issue is the same as #41

@andreagobetti
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants