I'm having issues with Internet Explorer on WinXP when my app is
running in production mode. I cannot reproduce these issues when in
development mode, or on any other browser combination. Many users are
reporting these problems as well, but they are relatively sporadic. I
sometimes cannot even reproduce these errors against the production
app. I cannot reproduce these errors at all with IE7, only IE6.
The error is with creating or updating records, specifically
submitting the form. The progress indicator starts spinning, and it
stays that way forever. I've watched the production log while
testing, and the request is never sent to the server. However, while
it is sitting there with the progress bar spinning, clicking an Edit
link will contact the server and display the update form after a
couple minutes. Still, the submission of the remote form never
happens.
Again, this seems to be happening to quite a few users, but it is very
difficult for me to reproduce myself.
I think this is a problem specifically with remote forms, not
specifically ActiveScaffold, because I have a couple other remote
forms from which I occasionally see the same behaviour.
Anyone have any ideas on how I might fix this problem?
Jim