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

Parent's and Child's tooltipster trigger same time. #395

Closed
skumaresan opened this issue May 25, 2015 · 4 comments
Closed

Parent's and Child's tooltipster trigger same time. #395

skumaresan opened this issue May 25, 2015 · 4 comments

Comments

@skumaresan
Copy link

I am facing one problem,

The tooltipster triggered same time for parent and child.
screen shot 2015-05-25 at 6 29 57 pm

http://jsfiddle.net/skumaresan/q80yf4pd/1/

http://jsfiddle.net/skumaresan/q80yf4pd/

but the browser trigger correctly.

@louisameline
Copy link
Collaborator

That's the intended behavior.

@skumaresan
Copy link
Author

louisameline, thanks your reply. but don't need this behavior, is there any hold to handle (show only one tooltipster) this?

@louisameline
Copy link
Collaborator

You're welcome. This behavior is standard html logic : when you click the child, the parent is also clicked. You can however indeed use custom triggers or the functionBefore callback to create more complex scenarios. Further implementation help should be sought on Stackoverflow or another help forum. Thank you.

@e-motiv
Copy link

e-motiv commented Mar 8, 2024

#828

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

3 participants