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”.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top
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!