anio wrote: > Hello group. I changed my web browser from FF2 to FF3 Beta. I develop > a Catalyst application with jQuery and im almost done until changed > the browser. Now all my functions that using getJSON fails with no > callback.
I have a similar problem using Ext JS, both with the jQuery provider (jQuery 1.2.3) and the Ext provider. The symptoms are the same but it appears not to be specific to jQuery. I'm running Firefox 3b5 on Linux. Firebug indicates that onreadystatechange() is triggered with xml.readyState==4 and xml.status==0, even when the GET request returned a successful 200 response. It works correctly if I use POST instead (both with Ext and jQuery). Both methods work correctly with Mozilla 1.8 (tested with Debian iceape 1.1.9). Anyone heard of such a bug in Firefox 3? My Bugzilla searches haven't turned up anything. Cheers, Marcus