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

Tooltip/Popover trigger property parameters are different from TWBS #2005

Closed
Im0rtality opened this issue Mar 30, 2014 · 5 comments
Closed

Comments

@Im0rtality
Copy link

$tooltip supports following triggers:

mouseenter: mouseleave
click: click
focus: blur

TWBS supports

click | hover | focus | manual

mouseenter vs hover

As per your contribution guide:

  • we are aiming at rebuilding bootstrap directives...
  • directives should be html-agnostic...

To avoid BC break, maybe it is possible to just add hover and mark mouseenter as deprecated?

@bekos
Copy link
Contributor

bekos commented Apr 9, 2014

@Im0rtality This sounds reasonable. Can you prepare a PR for this?

@Im0rtality
Copy link
Author

@bekos Sure, but after few days.

@rvanbaalen
Copy link
Contributor

@Im0rtality Any news on this?

@rvanbaalen rvanbaalen added this to the Backlog milestone May 8, 2015
@wesleycho
Copy link
Contributor

I am not sure how wise it would be to mimic Bootstrap in this regard - this moves the consumer away from the standard JS events, for a bit of added complexity in the library code. The gain does not seem worth it IMO, but I don't feel too strongly either way.

@icfantv
Copy link
Contributor

icfantv commented Aug 27, 2015

Closing as per #590, the user can now programmatically decide when to show and hide the tooltips/popovers. This feature will be available in the 0.13.4 release and is available now on the master branch.

@icfantv icfantv closed this as completed Aug 27, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants