Skip to main content

Bug Tracker

Side navigation

#7769 closed bug (invalid)

Opened December 14, 2010 01:05AM UTC

Closed December 28, 2010 08:01AM UTC

Overriding the abort function appears to be invalidating the XMLHTTPRequest object in IE

Reported by: laceysnr@gmial.com Owned by: laceysnr@gmial.com
Priority: undecided Milestone: 1.6
Component: unfiled Version: 1.4.4
Keywords: Cc:
Blocked by: Blocking:
Description

For some reason in IE8 an Ajax call made by the fullcalendar plugin to get event data was failing to actually call out.

Having stepped through the call code, it would appear that the line 6030 (var oldAbort = xhr.abort;) invalidates the xhr object, the xmlResponse member reverts to "Method cannot be called until the open method has been called". This made the xhr.send() call fail further down. By commenting out the abort function override code the request was made successfully without any issues.

Attachments (0)
Change History (2)

Changed December 14, 2010 06:20AM UTC by snover comment:1

owner: → laceysnr@gmial.com
status: newpending

This code has been in place for a long time and used in a lot of places without anyone having any issues. Please provide a reduced test case on jsFiddle demonstrating this issue.

Changed December 28, 2010 08:01AM UTC by trac-o-bot comment:2

resolution: → invalid
status: pendingclosed

Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!