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

Tooltip #10322

Closed
juanmendez opened this issue Aug 31, 2013 · 1 comment
Closed

Tooltip #10322

juanmendez opened this issue Aug 31, 2013 · 1 comment

Comments

@juanmendez
Copy link

There are no bugs on this component, but I wanted to make it a bit clearer what is happening with Tooltips.

Tooltips don't work immediately unless you set the config for the element to hover or click..

$.each( btns, function(i,btn){
$(btn).tooltip({
trigger: "hover click"})
});

Also in mobile devices tooltips don't popup upon click or hover unless using javascript

$btns.tooltip("show");

You can see more by going to http://jsfiddle.net/juanmendez/ExUBR/

let me know if this didn't make sense.

@cvrebert
Copy link
Collaborator

Closing in favor of #10324.

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