-
Notifications
You must be signed in to change notification settings - Fork 6.7k
tooltip and popover flicker before correctly positioned #5678
Comments
Will take a look, but the official angular team recommendation is to template cache all your templates before using it. |
Yes in production we will. . |
If you're doing it in production, you should also be doing it for development and test. Short of initial file download size (or heavenforbid a dynamic template provider by your server), I can't think any good reason not to cache the templates in advance. Modern build tools like webpack make doing this pretty painless. |
I agree. For dev its just annoying not having a builtin eclipse plugin and need to run a --watch and refresh, etc. But thats another story :) |
This has been discussed before and the conclusion was, if you don't have the popover/tooltip templates loaded in the templateCache, this is the side effect. See issue #4639 |
Ok i did not see this one. So its definatelly the reason. Closing. |
Hey @RobJacobs, I'm going to re-open this until we get a note in the docs about this. |
Thanks for answers! |
The problem you have seems to be with the button css or something. Check this one with a simple div: On Fri, May 20, 2016 at 10:50 AM, Jeff [email protected] wrote:
|
@Rouche Since it doesn't seem to be related to your issue, I opened a new ticket here. In your example, the issue persists. Just remove the Also, we can't let the css be the scapegoat. It's pure bootstrap 3.3.6. UI-Bootstrap has to work with UI CSS, otherwise, what's the point of the library? |
Going to close as being tracked by #5918 |
Hello,
After updating from 1.1.2 to 1.2.5 i have this same bug happening : #4407
It seems to happen when using popover-template that is not yet in template cache.
The plunker does not have the exact same issue. The arrow disapear and ficker a bit less.
The link is on the right end and better seen in a popup window preview.
http://plnkr.co/edit/Ej1NfYa3Oj75ZUv0vFVB?p=preview
Angular: 1.5.0
UIBS: 1.2.5
Bootstrap: 3.3.6
Edit: plunk changed for a cached template. so both examples are there.
The text was updated successfully, but these errors were encountered: