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

Show delay breaks click trigger #64

Closed
MusicDev33 opened this issue Aug 9, 2019 · 2 comments
Closed

Show delay breaks click trigger #64

MusicDev33 opened this issue Aug 9, 2019 · 2 comments

Comments

@MusicDev33
Copy link

This works:

<span tooltip="Some Value" trigger="click">

Now add a show-delay:

<span tooltip="Some Value" trigger="click" show-delay="100">

The tooltip won't pop up when you add the show delay, it doesn't even get added to the DOM tree. I'm not sure if this is by design, but it's something I ran into.

@drozhzhin-n-e
Copy link
Owner

@MusicDev33 Yes, there is a problem with this. But I would not recommend that you do a delay on click, this will make your interface less responsive.

@drozhzhin-n-e
Copy link
Owner

fixed in version 2.3.12

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