PygmySlowLoris / vue-fab

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

Doble Click on Fab buttons #11

Closed XavierTecBr closed 6 years ago

XavierTecBr commented 6 years ago

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.

hazzo commented 6 years ago

Hi @jgnovais, how are you triggering the fab action buttons with double click? Some code sample will be good for helping.

XavierTecBr commented 6 years ago

Yes it is with a double click. Tomorrow morning i will send a print screen.

XavierTecBr commented 6 years ago

image

hazzo commented 6 years ago

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...

XavierTecBr commented 6 years ago

Just click twice on fab, i implemented nothing :D

hazzo commented 6 years ago

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.

XavierTecBr commented 6 years ago

Thanks

hazzo commented 6 years ago

Hi @jgnovais,

issue has been fixed on ralease 2.1.1. Update, try it and please don't doubt on commenting here again.

Thanks for reporting.

XavierTecBr commented 6 years ago

\o/ Thanks i will to do this

XavierTecBr commented 6 years ago

Thanks @hazzo very well :+1: