Re: [qooxdoo-devel] Firefox 3.5 and multiple requests in queue time out

2009-07-05 Thread Ralf Nieuwenhuijsen
Same here. The problem disappears! Thanks! Mvg, Ralf ( @ gong.nl // 06-49147635 ) On Fri, Jul 3, 2009 at 12:08 PM, Ian Horst wrote: > I confirm - disabling "show XMLHttpRequests" in firebug console solves > the problem. I'm still able to see requests in net tab. > > Thanks, > Ian > > 2009/7/3

Re: [qooxdoo-devel] Firefox 3.5 and multiple requests in queue time out

2009-07-03 Thread Ian Horst
I confirm - disabling "show XMLHttpRequests" in firebug console solves the problem. I'm still able to see requests in net tab. Thanks, Ian 2009/7/3 Andreas Junghans : > Hi there, > > Am 02.07.2009 um 21:29 schrieb Ralf Nieuwenhuijsen: > >> I've hit this one as well. Anecdotal confirmation here. T

Re: [qooxdoo-devel] Firefox 3.5 and multiple requests in queue time out

2009-07-02 Thread Andreas Junghans
Hi there, Am 02.07.2009 um 21:29 schrieb Ralf Nieuwenhuijsen: > I've hit this one as well. Anecdotal confirmation here. The > qx.io.remote.RequestQueue.getInstance() has .__queue as empty at > that point. > Which is likely the reason it does not start the new request. > Perhaps this has to

Re: [qooxdoo-devel] Firefox 3.5 and multiple requests in queue time out

2009-07-02 Thread Ralf Nieuwenhuijsen
I've hit this one as well. Anecdotal confirmation here. The qx.io.remote.RequestQueue.getInstance() has .__queue as empty at that point. Which is likely the reason it does not start the new request. Perhaps this has to do with the new security changed with remote-io in FF3.5? Mvg, Ralf ( @ gong.nl

Re: [qooxdoo-devel] Firefox 3.5 and multiple requests in queue time out

2009-07-02 Thread Alexander Back
Hi Ian, thanks for reporting this. Could you please file a bug report for this? thanks, Alex On Thursday 02 July 2009 Ian Horst wrote: > Hi all, > > RequestQueue handles the first 3 requests fine in FF3.5, but the > following requests in queue time out ALWAYS. > > Code to replicate. >

[qooxdoo-devel] Firefox 3.5 and multiple requests in queue time out

2009-07-02 Thread Ian Horst
Hi all, RequestQueue handles the first 3 requests fine in FF3.5, but the following requests in queue time out ALWAYS. Code to replicate. qx.core.Setting.set('qx.ioRemoteDebug', true); for (var i = 0; i < 4; i++) { var request = new qx.io.remote