Skip to content
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.

Trigger doesn't work in Tooltip/Popover. #58

Closed
dominikmayer opened this issue Mar 29, 2012 · 10 comments
Closed

Trigger doesn't work in Tooltip/Popover. #58

dominikmayer opened this issue Mar 29, 2012 · 10 comments
Assignees
Labels

Comments

@dominikmayer
Copy link
Member

Does anyone know why the trigger doesn't work in those two classes (implemented in a common superclass)? When I set it to "focus", nothing happens. Even if I click on the link (see demo).

@caarlos0
Copy link
Contributor

this is working here with this code:

            <b:Popover placement="top" text="maoe" heading="oeee">
                <g:Anchor text="maoee"></g:Anchor>
            </b:Popover>

@caarlos0
Copy link
Contributor

In chromium 17

@caarlos0
Copy link
Contributor

but really, tooltip doesnt work.

@caarlos0
Copy link
Contributor

oops, I was using it wrong, with a code like this it work like a boss

<b:Tooltip placement="top" text="maoe" tooltip="oeee"></b:Tooltip>

@dominikmayer
Copy link
Member Author

But setting the trigger doesn't work. Try trigger="focus".

@dominikmayer
Copy link
Member Author

Do we keep the Tooltips as independent objects or do we want to make them wrappers, too? The Bootstrap documentation doesn't mention Tooltips on anything but links so I first implemented it that way.

Can you imagine a use case where you would want a tooltip on anything else? Maybe on an inbox form or a checkbox. I think that would make sense.

@soundTricker
Copy link
Member

How about it?

@soundTricker
Copy link
Member

I'll check it.

@ghost ghost assigned soundTricker Jun 13, 2012
@soundTricker
Copy link
Member

I'll modify it with #161.
Maybe Right now,We apply js-plugin to Tooltip/Popover's span element.
But I think we have to apply to needed element.

@soundTricker
Copy link
Member

Right now,I fixed it.
I add popover showcase.
It can change setting by form value.

Maybe soon,it will be deployed.
Please try it. ;-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants