What might cause a normal external script on my app to show up sometimes in Firebug's NET panel as 'Aborted' and not being loaded?
Is this a server issue, or is the browser going nuts?
What might cause a normal external script on my app to show up sometimes in Firebug's NET panel as 'Aborted' and not being loaded?
Is this a server issue, or is the browser going nuts?
Share Improve this question edited Sep 29, 2015 at 11:55 vsync asked May 4, 2010 at 15:57 vsyncvsync 131k59 gold badges340 silver badges422 bronze badges2 Answers
Reset to default 2It is a bug in FireBug causing it to echo noise events. Abort is a normal condition for the end of an HttpRequest.
I think that it is going to be fixed in the next release.
This happens sometimes, for eg:
On a click event on a hyper-link we try to redirect to another URL through JavaScript/jQuery but the default behavior of a hyper-link click is not blocked using preventDefault