Community
Participate
Working Groups
There is a bug report in qooxdoo that describes the problem in depth: http://bugzilla.qooxdoo.org/show_bug.cgi?id=664 Opened this bug to keep track of the progress and have a place to possibly attach a patch.
Created attachment 79436 [details] Fixes the problem by using a dummy function This is the basic fix that should work in all circumstances. It's possible that a better fix can be used but I haven't been able to test it. It relates to http://bugzilla.qooxdoo.org/show_bug.cgi?id=190. Hugh Gibson
Created attachment 79437 [details] Possible more extensive fix removing timed call to handler The previous patch may also fix the problem in http://bugzilla.qooxdoo.org/show_bug.cgi?id=190 but I haven't been able to test it. If so, the hack applied in the original fix for qooxdoo issue 190 (to call onreadystatechange on a timer) can be removed. This patch does that. Someone who had the original issue 190 problem should test this patch thoroughly before it is applied. Hugh Gibson
Hugh, thank you very much for the patches. This helped a lot! With the 1.0 release that close, I decided to apply the first patch. Changes committed to CVS HEAD.