Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for IE9 bug which causes some requests to abort #8

Closed
wants to merge 1 commit into from

Conversation

nemzes
Copy link

@nemzes nemzes commented Dec 3, 2012

Note that setting this to a reference to jQuery.noop does not seem to work
See more info at jaubourg/ajaxHooks#1

Note that setting this to a reference to jQuery.noop does not seem to work
See more info at jaubourg/ajaxHooks#1
@wpowers
Copy link

wpowers commented Dec 31, 2012

Too bad this appears abandoned - I would check out jcruz2us's commits as well. He has the onprogress fix but also includes another fix for schemeless request urls which you might want - #6

@putyourlightson
Copy link

This solved the IE9 issue for me, thanks!!

@cbaxter
Copy link
Contributor

cbaxter commented Mar 22, 2013

Was going to create my own PR, but happy to see a PR already here...

I followed Internet Explorer aborting AJAX Requests : FIXED

In addition to the fix included here (i.e., xdr.onprogress = function() { };), I also added the recommended addition of setTimeout(function() { xdr.send(); }, 0); that solved our issue. May be worth including both?

@MoonScript
Copy link
Owner

Sorry I didn't see this PR until now. I must have my github notifications turned off. This issue seems to have been resolved by this pull request, so I'm closing this. Thanks for your feedback on this issue!

@MoonScript MoonScript closed this May 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants