I have this strange problem with my web application. You see, I use jQuery with the forms API and do $ ('# MyForm'). AjaxSubmit (api parms and callback function).
Incidentally, when I do this, however, and only in Firefox, the page load icon starts to rotate, the page load progress indicator starts in the status bar, and the stop button turns red - but she already placed the form and gave the result. If I refresh the page and keep trying to do this, it randomly detects a problem, but not sequentially.
This issue occurred on FF2 on Windows 2008 Server and FF3 on Ubuntu 8.04. The problem is not observed with IE6, IE7, Opera (latest stable version, November 2008) or Safari (latest stable version, November 2008).
Is this just a known bug in FF with AJAX, or can I do something with jQuery to stop the page loading problem?
EDIT: This may have something to do with TinyMCE. I cannot confirm this 100%, but when I use jQuery to return a form using the TinyMCE control, the problem seems to occur more often. I tried to do this with a form that does not have TinyMCE control on it several times, and there could not be a problem. Again, this is not convincing, but it can be a factor.
EDIT: Well, I just commented on TinyMCE stuff, and I can confirm that the problem goes away then. If I go back to managing TinyMCE, the problem will be random.
Mike mckee
source
share