Side navigation
#1761 closed bug (wontfix)
Opened October 01, 2007 01:37PM UTC
Closed October 17, 2007 11:06PM UTC
ajaxStop is not called, if an ajax-request runs into an exception
Reported by: | shameister | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.2 |
Component: | ajax | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If an ajax-request is fired crossdomain the browser stops the request and throws an exception. Here I expect jQuery runs the ajaxStop-method. But this does not happen.
Attachments (0)
Change History (1)
Changed October 17, 2007 11:06PM UTC by comment:1
resolution: | → wontfix |
---|---|
status: | new → closed |
How so? If an exception has occurred (in that, if we can no longer continue) - that would mean that we would have to handle the cross domain error - but we can't due that, as that information has to be left to the user to handle. If there's an error with your request in initialization then all bets are off as to future performance.