You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
TypeError: Cannot call method 'remove' of null
at http://cdn.jsdelivr.net/angular.bootstrap/0.7.0/ui-bootstrap-tpls.js:2143:25
at http://ajax.googleapis.com/ajax/libs/angularjs/1.2.3/angular.js:13363:28
at completeOutstandingRequest (http://ajax.googleapis.com/ajax/libs/angularjs/1.2.3/angular.js:4026:10)
at http://ajax.googleapis.com/ajax/libs/angularjs/1.2.3/angular.js:4332:7
Closesangular-ui#1339Closesangular-ui#1346
'tooltip' and '$body' have been set to null if scope was destroyed for preventing memory leaks (angular-ui#1133). Deleting both instead will prevent the described errors.
If I append a tooltip with popupdelay to a link on statechange tooltip (mostly) becomes null and the following error is thrown (in Firefox):
in Chrome:
Here is a fiddle of this issue:
http://jsfiddle.net/tak_aryelle/ujRy2/1/
If I set poupDelay to '0' or animation to 'null' the issue doesn't occur.
Additionally in this fiddle the tooltip isn't even displayed in Firefox; in my local files this isn't a problem.
The text was updated successfully, but these errors were encountered: