-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Tooltip and popover positioning issue inside the modal #265
Comments
I think something is missing with your fiddle. Here http://jsfiddle.net/redaemn/gBadF/1/ I updated it with the code that make the popover "pop out". The bug is visible now. |
Oh yes, look like i didn't save changes in my fiddle... Thx for fixing it. |
Tooltips and popovers can now be appended to the body of the HTML document instead of directly after the element on which the directive was invoked, by setting `appendToBody` to true through $tooltipProvider.options(). The tooltip specs were refactored slightly to bucket all provider-related specs under a single `describe` for cleanliness.
Can we use |
@maxisam this is what we used to use but it was causing issues with positioning inside a table: But given number of problems this "fix" introduced it is clear that we are not done here. We could revert the #115 but we need to find a solution for it as well. @maxisam would be awesome if you could give us a hand with those items! |
Oops, what a dilemma. I knew there must be a reason not using this solution, since it is kinda obvious. Of course, I wanna help, if I can find a solution. : ) |
So this posiotining problem can happen also outside modals, as demonstrated here; |
Trouble with tooltips http://jsfiddle.net/gBadF/2/ |
If you insert popover or tooltip directives into the modal dialog the won't render correct.
See it in the fiddle:
http://jsfiddle.net/gBadF/
Implementation from boostrap team works correct with the modals.
The text was updated successfully, but these errors were encountered: