-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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 positioning / placement #6832
Comments
I'm not sure, but I tried to set tooltips as simply as possible on my code:
But it doesn't work. [EDIT] SORRY. Didn't saw "For performance reasons, the tooltip and popover data-apis are opt in, meaning you must initialize them yourself." |
good call for this. |
theres another issue with tooltips where it calls the modals "hide" busy making a test case for it at the mo :P but the direction thing is a bit of an issue aswell... |
@WilliamStam: erm, you mean #6942? |
o sweet.. thanks.. i did a quick look through open issues and didnt see it blind thanks for that does BS have tests? seems every version they break tooltips |
@WilliamStam: Yes; browse the damn source tree: bootstrap/tree/master/js/tests. No idea how thorough they are though. |
I think the bug found in document is due to 'selector' option. |
Just use the following code in javascript section of your page :- |
Yes, but the documentation page is still broken! |
@BenMorel If you destroy the tooltips in container with As I mentioned before, it's due to options are only considered for target element when tooltips initialized. |
@inDream Yes, but it would be nice to push a change to the doc :-) |
fixed in 2.3.1 |
congrats on releasing 2.3.0!
I was checking out some of the docs and saw that tooltips data-placement is not working correctly. I think its because of the one pull request that makes options set in javascript override the options that were set in the html but I'm not sure..
The text was updated successfully, but these errors were encountered: