Forum
01:36
02/09/2010
jQuery Version: 1.4.2
Used plugin: - jqGrid 3.7.2.
Problem:
- If I click on the "reload grid" button the ajax request becomes the status "Aborted". Firebug shows me the error line 5252 in jquery.js.
Funny thing:
- The Firefox 3.6.8 on my Linux machine (with the local web server running) don't has this behavior if I click the "reload grid" button. It runs all fine.
- The Firefox 3.6.8 on my Windows machine (connected over ethernet with the linux machine) has this problem by click the button! The ajax request starts but finishes with an "Abort".
Most Users Ever Online: 715
Currently Online:
32 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
OlegK: 1255
markw65: 179
kobruleht: 144
phicarre: 132
YamilBracho: 124
Renso: 118
Member Stats:
Guest Posters: 447
Members: 11373
Moderators: 2
Admins: 1
Forum Stats:
Groups: 1
Forums: 8
Topics: 10592
Posts: 31289
Newest Members:
, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.comModerators: tony: 7721, Rumen[Trirand]: 81
Administrators: admin: 66
My test:
- Remove only the line 5217 "xhr.abort();"
This "solves" the problem, on the Windows machine the problem disappears!
This is only a temporary solution for me.
How is that possible? Same web server, same script, same ajax request. Only different OSs!