Hello,
I have developped a PHP system that is using Javascript with the ExtJS library, which provides graphic components in Javascript. So I have a grid which is refresh every 3 minutes by an AJAX call which reloads the grid. Everything works fine on all computers, except for this one computer where, once in a while when reloading the exact same data, displays the "Unresponsive Script Warning" in Firefox.
Full message :
“A script on this page may be busy, or It may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.”
Script : ext-all-debug.js:33841
I've heard of the Antivirus kicking if there is a script protection, but if it was the case it would never work on that machine, right ?
Note that all users use Firefox.
Thanks in advance !
Charles