-
Notifications
You must be signed in to change notification settings - Fork 195
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
Feature Request: Tooltips #7
Comments
There is a very simple implementation in the 'tooltip' branch, that relies on the original bootstrap.js. That does not play nice especially with acceptance tests, so I probably won't ever merge that into master. The solution should be a native solution as you suggest. I looked into https://github.com/yapplabs/ember-wormhole as a way to push UI elements at some other place than they belong to logically (bootstrap.js renders them as childs of But besides that I have no architectural pattern layed out already... |
I'm going to take a look at |
Did you have any luck with this @CamonZ? |
+1 |
+1 |
+1 Thank you. |
After Tabs and Navs have landed in v0.8.0 I will try to tackle this as the next major feature! |
fyi, v0.11.0 finally adds support for tooltips & popovers! |
Hi, what's the possibility of adding tooltips support, I can contribute a PR for it but I'm wondering what's the best approach to mach the vision you have for the addon.
I was thinking of doing something similar to what was done on the old bootstrap-for-ember code where you have an component which will render all tooltips, then a component for each tooltip and a helper which will bind an element to have tooltips enabled; the positioning for each tooltip will be calculated from the element with the binding. I'll skip the controller and outlets hackery they had if possible.
Do you think this is a viable approach?
The text was updated successfully, but these errors were encountered: