Bug Tracker

Modify

Ticket #8110 (closed bug: worksforme)

Opened 2 years ago

Last modified 2 years ago

Ajax abort throws false error event in IE

Reported by: kwooda@… Owned by:
Priority: undecided Milestone: 1.next
Component: ajax Version: git
Keywords: Cc:
Blocking: Blocked by:

Description

Open your IE browser. Go to  http://jsfiddle.net/jitter/HHwrT/ Select the latest (GIT) code. Type into the input field and watch the sparks fly. The abort condition incorrectly fires an error event. There is a bad line of code in the jQuery code base: Function.prototype.call.call( oldAbort, xhr ); Change this to Function.prototype.call( oldAbort, xhr ); and the problem goes away. Problem solved. Make it happen, please.

Change History

comment:1 Changed 2 years ago by danheberden

  • Status changed from new to closed
  • Resolution set to worksforme
  • Component changed from unfiled to ajax

Thanks for taking the time to submit a bug report! However, that line of code isn't in the ajax code, perhaps you had an old git copy cached?

 http://jsfiddle.net/danheberden/HHwrT/16/

Works fine in IE8

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.