Skip to content
New issue

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

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

Already on GitHub? # to your account

Quasar uses fastclick? #154

Closed
adwidianjaya opened this issue Nov 2, 2016 · 10 comments
Closed

Quasar uses fastclick? #154

adwidianjaya opened this issue Nov 2, 2016 · 10 comments

Comments

@adwidianjaya
Copy link

Quasar is a great work. Good choice for using Vue. Really hyped about this. However, does quasar uses fastclick? https://github.com/ftlabs/fastclick. I'm still experiencing several delay after clicking on button. Thank you.

@rstoenescu
Copy link
Member

Hi,

Yes, Quasar uses fastclick. It depends on what your buttons do and how fast Vue 2 can render. Your delay might exist because of Vue struggling to cope with your templates.

@murbanowicz
Copy link
Contributor

I would suggest reopen it...
I found the issue with buttons. E.g. I have FAB button on card. It is always present issue that it is not getting hover state immediately when mouse is on..

@rstoenescu
Copy link
Member

Fastclick has not nothing to do with desktop. It just solves delays for taps on touch capable devices.

@murbanowicz
Copy link
Contributor

Sorry, not familiar with that, but still there is some issues wit FAB buttons

@rstoenescu
Copy link
Member

Would you care to elaborate please?

@murbanowicz
Copy link
Contributor

As described before = it's not getting hover state when mouse is over it. I mean not always, not immediately. Sometimes have to move mouse just a little bit to get hover.

@rstoenescu
Copy link
Member

You have a video/gif or a live example or anything? I can hardly believe that. If mouse hover is not working then the basic CSS :hover is not working.. which is not likely these days... It's no magic code behind that mouse hover, just basic CSS :)

@murbanowicz
Copy link
Contributor

@rstoenescu
https://sendvid.com/v8gguw65

I found that it's not getting hover state on the bottom half of that (something about overflow?)

@rstoenescu
Copy link
Member

Ah, I see. It's got to do with card CSS rather than FAB itself. Will fix this.

@murbanowicz
Copy link
Contributor

Did you fix it? ? It needs just z-index for fab button on card-media

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

No branches or pull requests

3 participants