-
Notifications
You must be signed in to change notification settings - Fork 408
"More tasks executed then were scheduled" error when using zone.js and jquery.layout. #290
Comments
+1 seeing same issues all over my code... |
same issues in 0.12
|
Confirming, same issue in 0.6.6: http://plnkr.co/edit/XLXdc1EoEzOE7O4VoPQO?p=preview |
@mhevery, Could you please re-open the issue? |
+1 |
yes, it didn't help |
this is a big showstopper for me... ng team, PLEASE remove the Throw Exceptions in zone.js Regards, Sean |
please re-open |
I have a same bug, "More tasks executed then were scheduled." started to appear in my application that uses Semantic-UI for many components. Please re-open. |
OK, it seems like there as another issue with the same error message. Could someone please file a new issue with a plunker demonstrating the problem. |
@mhevery - I think it is the same issue, this is using [email protected]: |
Also want to leave my input here that we are experiencing the same problem which is incredibly easy to reproduce. Just create a function that creates a timeout every 10 seconds that triggers itself. Like is shown by @frankwallis example The only option we have now is refactoring all our setTimeout calls to setInterval 👎 |
… in setTimeout callback
Same problem here with the spinner component; http://www.primefaces.org/primeng/#/slider Fails with latest zone.js 0.6.6. |
Please see #302. |
I get the "More tasks executed then were scheduled" on safari mobile. Can someone confirm that problem on safari mobile? |
Remove angular2-polyfills and add zone and reflect-metadata with angular2-beta-13
|
*EDIT: |
Hey! Awesome it is fixed for me after upgrading Angular to "2.0.0-beta.14" with zone "0.6.10" in my package.json and I run npm install. |
+1 |
Still get it on angular.beta.15 |
+1 |
Please file a separate issue with a plunker demonstrating the problem. |
+1 |
Please try to resize a window or hover on any resize pane:
http://plnkr.co/edit/coyaquV0zuwwVGLGAGUE?p=preview
The text was updated successfully, but these errors were encountered: