Side navigation
#14671 closed bug (worksforme)
Opened January 05, 2014 11:51AM UTC
Closed January 10, 2014 04:57PM UTC
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?
Attachments (0)
Change History (6)
Changed January 06, 2014 05:38PM UTC by comment:1
owner: | → mortenm |
---|---|
status: | new → pending |
Changed January 09, 2014 11:19AM UTC by comment:2
We are also seeing this issue on a new site, worked fine on 25, intermittent on 26
Changed January 09, 2014 11:21AM UTC by comment:3
Same here - FF26 fails intermittently, FF25 was ok
Changed January 10, 2014 04:48PM UTC by comment:4
_comment0: | 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? \ → 1389372541324104 |
---|---|
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 to blame the problem?
Changed January 10, 2014 04:51PM UTC by comment:5
Since jQuery works fine with Firefox, someone should triage the Firebug issue with the Firebug team.
Changed January 10, 2014 04:57PM UTC by comment:6
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).