mootools / mootools-more

MooTools Plugins and Enhancements Repository
http://mootools.net
738 stars 235 forks source link

Request.Queue issues #1102

Open kmike opened 12 years ago

kmike commented 12 years ago

Hi there,

It seems some issues were not migrated from lighthouse to github:

jsfiddles demonstrating the issues:

The proposed fix for all these issues (in form of Request.Queue subclass) is here: http://jsfiddle.net/kmike/rZ3mL/

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/359841-request-queue-issues?utm_campaign=plugin&utm_content=tracker%2F22069&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F22069&utm_medium=issues&utm_source=github).
dscoular commented 8 years ago

These still appears to exist in MooTools 1.6.0. Looking at the code I can't even see where onEnd is defined. My onEnd handler still seems to get called for every Request in my Request.Queue and my onSuccess handler doesn't get called on the last Request.