Skip to main content

Bug Tracker

Side navigation

#9853 closed bug (duplicate)

Opened July 18, 2011 06:36AM UTC

Closed July 18, 2011 01:48PM UTC

Last modified July 21, 2011 05:21PM UTC

browser throws 'not a function' after abort a jsonp request

Reported by: henrypares@163.com Owned by:
Priority: low Milestone: None
Component: ajax Version: 1.5
Keywords: Cc:
Blocked by: Blocking:
Description

i use ajax with jsonp type ,

i call abort() when it does not return , and jsonp callback will be removed from window ,

so that when the request returns , the browser will throw 'jqueryxxxx is not a function' exception.

Attachments (0)
Change History (3)

Changed July 18, 2011 01:48PM UTC by timmywil comment:1

component: unfiledajax
milestone: 1.nextNone
priority: undecidedlow
resolution: → duplicate
status: newclosed

Changed July 18, 2011 01:48PM UTC by timmywil comment:2

Duplicate of #8744.

Changed July 21, 2011 05:21PM UTC by anonymous comment:3

I think I'm experiencing the same, or at least a similar, issue. I have a function that makes an ajax call when a dialog is opened and I have that function aborted when the dialog is closed. That works fine, however I'm unable to recall the function, receiving an error that it is no longer a function.