-
Notifications
You must be signed in to change notification settings - Fork 51
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
Doble Click on Fab buttons #11
Comments
Hi @jgnovais, how are you triggering the fab action buttons with double click? Some code sample will be good for helping. |
Yes it is with a double click. |
Yes I understand what you mean, but how are you implementing double click with our fab? We don't support from the box any other event than simple click... |
Just click twice on fab, i implemented nothing :D |
Well that's why it's happening. Consecutive double click has apparently a bug where the tooltips don't have enough time to appear and lose their anchors. If you click once let the buttons appear and then click again this won't happen. I'll investigate deeper about this bug. |
Thanks |
- Evaluate again inside timeout if toggle is false or true to assure that tooltips are only shown when actions are displayed. - Rolledback to v-show and removed else statement on showTooltip mehotd. - No need to hide tooltips because will be destroyed by v-if when element is removed from dom. - Added 100ms for avoiding delay issues and match animation transition time of 0.7s (maybe more time is needed)
Hi @jgnovais, issue has been fixed on ralease 2.1.1. Thanks for reporting. |
\o/ Thanks i will to do this |
Thanks @hazzo very well 👍 |
hi.
i'm using fab with the tooltip on fabButtons, like issue #10 .
But when i do duble click on Fab, The fabButtons missing but his tooltips not.
The text was updated successfully, but these errors were encountered: