Ticket #8594 (closed bug: worksforme)
jquery-min throws an exception in FF
| Reported by: | axel@… | Owned by: | axel@… |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.next |
| Component: | unfiled | Version: | 1.5.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
A small comet application using long polling with jquery.ajax throws Fehler: uncaught exception: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.getAllResponseHeaders]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: http://go2ghana.net/js/jquery-1.5.min.js :: anonymous :: line 16" data: no] when I reload the site - example at http://go2ghana.net/test.php Everything works well when I use the uncompressed version of jquery.
Change History
comment:2 Changed 2 years ago by addyosmani
- Status changed from pending to closed
- Resolution set to worksforme
Your current page at http://go2ghana.net/test.php is using the latest version of jQuery (minified) and when I run this in FF, I'm not seeing any of the same exceptions. I've also tried including your jquery-1.5.min.js (just for the sake of thoroughness) in a test page and no exceptions were experienced there either. Both the uncompressed and minified versions should be behaving the exact same and I believe in this case they are. Please check your long polling ajax code to see if there are any bugs in there breaking your ajax calls.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Thanks for submitting a ticket to the jQuery Bug Tracker. In order to assist you further, could you please also submit a reduced test case on http://jsFiddle.net that reproduces the issue you are experiencing? I haven't been able to personally replicate this as yet with the same error.
Please also try testing using jQuery-GIT to see if the issue submitted persists.