Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

"More tasks executed then were scheduled" error when using zone.js and jquery.layout. #290

Closed
NikGovorov opened this issue Mar 21, 2016 · 25 comments

Comments

@NikGovorov
Copy link

Please try to resize a window or hover on any resize pane:
http://plnkr.co/edit/coyaquV0zuwwVGLGAGUE?p=preview

@born2net
Copy link

+1 seeing same issues all over my code...

@born2net
Copy link

same issues in 0.12

More tasks executed then were scheduled.

@NikGovorov
Copy link
Author

Confirming, same issue in 0.6.6: http://plnkr.co/edit/XLXdc1EoEzOE7O4VoPQO?p=preview

@NikGovorov
Copy link
Author

@mhevery, Could you please re-open the issue?

@ghaiat
Copy link

ghaiat commented Mar 24, 2016

+1
Same issue here

@fxck
Copy link

fxck commented Mar 24, 2016

yes, it didn't help

@born2net
Copy link

this is a big showstopper for me...
I can't release ng 0.12 Kitchen sink: http://ng2.javascriptninja.io
due to this bug...

ng team, PLEASE remove the Throw Exceptions in zone.js

Regards,

Sean

@born2net
Copy link

please re-open

@arsenys
Copy link

arsenys commented Mar 24, 2016

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.

@MaikeMota
Copy link

Same problem here. The "More tasks executed then were scheduled" message always appear when has interation with semantic-ui elements.

image

image

I'm using 2.0.0-beta.12 version.

@mhevery
Copy link
Contributor

mhevery commented Mar 25, 2016

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.

@frankwallis
Copy link
Contributor

@mhevery - I think it is the same issue, this is using [email protected]:
http://plnkr.co/edit/XrjNURLeN5bhPrkXnohG?p=preview

@SelcukTekin
Copy link

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
It is a showstopper for us as well.

The only option we have now is refactoring all our setTimeout calls to setInterval 👎

@cagataycivici
Copy link

Same problem here with the spinner component;

http://www.primefaces.org/primeng/#/slider

Fails with latest zone.js 0.6.6.

@NikGovorov
Copy link
Author

Please see #302.

@0xE282B0
Copy link

I get the "More tasks executed then were scheduled" on safari mobile.
I'm using [email protected] and [email protected] with [email protected].

Can someone confirm that problem on safari mobile?

@ourway
Copy link

ourway commented Apr 1, 2016

Remove angular2-polyfills and add zone and reflect-metadata with angular2-beta-13


...

 <script src="node_modules/reflect-metadata/Reflect.js"></script>
 <script src="node_modules/zone.js/dist/zone.js"></script>

...


@mjd5
Copy link

mjd5 commented Apr 3, 2016

Removing angular2-polyfills and adding zone and reflect as per @ourway worked (with semantic ui) for me also, but not until I'd updated zone.js to 0.6.8 (on zone.js 0.6.6 I was still getting the "More tasks executed then were scheduled" errors as per #302)

@xx0r
Copy link

xx0r commented Apr 8, 2016

*EDIT:
angular2.0.0-beta.14, zone.js 0.6.8 + reflect-metadata instead of polyfills
works fine so far

mhevery pushed a commit that referenced this issue Apr 8, 2016
@kanchansingh1123
Copy link

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.

@danielgerlag
Copy link

+1

@supamax
Copy link

supamax commented Apr 18, 2016

Still get it on angular.beta.15
Errors goes from angular2-polyfills.js
zone.js is 0.6.10.

@candelibas
Copy link

+1

@mhevery
Copy link
Contributor

mhevery commented Apr 19, 2016

Please file a separate issue with a plunker demonstrating the problem.

@Cajam
Copy link

Cajam commented May 9, 2016

+1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests