This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
IE 9 and 11: infinite digest loop due to async href #13614
Closed
Description
In order to reproduce the issue you may go to:
http://crew.secureaccess.io/signup/sos
when you click next at the bottom you will be able to see the error below in the log.
I've tracked down the issue so far as to conclude that the infinite loop keeps reaching the following line before calling self.url()
again.
https://github.com/angular/angular.js/blob/v1.4.8/src/ng/browser.js#L222
I'm aware that the following issues are related and that a pull request has already landed in master to fix this:
#9235
#11675
#11439
However, I'm still seeing this issue with angular v1.4.8.
Error: Invalid pointer
at self.url (http://192.168.0.11:3000/vendor.js:6157:10)
at setBrowserUrlWithFallback (http://192.168.0.11:3000/vendor.js:12727:10)
at Anonymous function (http://192.168.0.11:3000/vendor.js:12856:16)
at Scope.prototype.$eval (http://192.168.0.11:3000/vendor.js:16561:10)
at Scope.prototype.$digest (http://192.168.0.11:3000/vendor.js:16379:16)
at Scope.prototype.$apply (http://192.168.0.11:3000/vendor.js:16669:14)
at Anonymous function (http://192.168.0.11:3000/vendor.js:24127:18)
at jQuery.event.dispatch (http://192.168.0.11:3000/vendor.js:33981:7)
at elemData.handle (http://192.168.0.11:3000/vendor.js:33667:6)
angular.js (12328,1)