XHR request callback is not called in FF3

I encountered a problem while making an application to run on FF3.
The application uses ajax extensively and has callbacks for synchronous and asynchronous calls as well.Every thing works fine in IE variants and FF2.

Coming to FF3, the callback is never invoked for synchronous calls and the user has to make the call explictly.

The problem and the solution is clearly explained at

https://bugzilla.mozilla.org/show_bug.cgi?id=313646
http://developer.mozilla.org/en/XMLHttpRequest

Comments

Popular posts from this blog

Proper way to have an anchor tag with onclick event

CORS issues with IE9 and workarounds

Some thoughts on MongoDB Nodejs driver