Opened 9 years ago
Closed 9 years ago
#14671 closed bug (worksforme)
AJAX not working in Firefox 26.0 on Windows
Reported by: | mortenm | Owned by: | mortenm |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
AJAX works perfect for most platforms and browsers. However, for Firefox 26.0 running on Windows there is a problem. Firebug reports that the AJAX response is arrived OK without problems, but jQuery stalls and after some timeout period it chooses to do an error callback. It does not matter if dataType is JSON or JSONP.
The error can be re-tested on https://workrecording-workrecording.rhcloud.com/dagsseddel/Frontend/WebApp/index.html#SettingsPage by using credentials demo/demo/demo
Is there a fix to this problem?
Change History (6)
comment:1 Changed 9 years ago by
Owner: | set to mortenm |
---|---|
Status: | new → pending |
comment:2 Changed 9 years ago by
We are also seeing this issue on a new site, worked fine on 25, intermittent on 26
comment:4 Changed 9 years ago by
Status: | pending → new |
---|
It seems that the combination of Firebug and jQuery AJAX is the problem. When Firebug is deactivated then there is no problem - every AJAX response is retrieved correctly. But I cannot figure out if Firebug, jQuery or the combination is the to blame the problem?
comment:5 Changed 9 years ago by
Since jQuery works fine with Firefox, someone should triage the Firebug issue with the Firebug team.
comment:6 Changed 9 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I agree with dmethvin. Seems like something which firebug relied on changed in FF 26.
I'll close this as worksforme.
I can't reproduce it on your test case. Please, try with a fresh Firefox profile, maybe some extension is causing that (which would make it outside of the scope of jQuery).