Re: [qooxdoo-devel] Porblem with Internet Explorer using Ajax-Requests

2007-05-12 Thread Nick Glencross
Hi all! On 11/05/07, Andreas Ecker <[EMAIL PROTECTED]> wrote: > Howdy! > > http://bugzilla.qooxdoo.org/show_bug.cgi?id=190 > > Fixed by incorporating the workaround, both in trunk and legacy_0_6_x. > It's the best pragmatic solution for now. Still, this bug needs further > investigation, what exac

Re: [qooxdoo-devel] Porblem with Internet Explorer using Ajax-Requests

2007-05-11 Thread Andreas Ecker
Howdy! http://bugzilla.qooxdoo.org/show_bug.cgi?id=190 Fixed by incorporating the workaround, both in trunk and legacy_0_6_x. It's the best pragmatic solution for now. Still, this bug needs further investigation, what exactly causes IE to crash. None of our Windows PCs shows those problems, so i

Re: [qooxdoo-devel] Porblem with Internet Explorer using Ajax-Requests

2007-05-10 Thread gerds
Thanks for the quick response. The workaround helped and its finally working :-) Just one thing i had to change the workaround a little. Instead of qx.sys.Client.getInstance().isMshtml() i used the following: -- if (qx.core.Client.getInstance().isMshtml()) { var originalOnr

Re: [qooxdoo-devel] Porblem with Internet Explorer using Ajax-Requests

2007-05-10 Thread dperez
Maybe this helps: http://www.nabble.com/IE7-crashing-with-qooxdoo-tf3447770.html#a9615518 gerds wrote: > > Hi, > > i have a problem using Ajax Requests and Internet Explorer7.0. I want to > browse my server using a qooxdoo virtual tree. Displaying the root level > of my server using a qx.io.r

[qooxdoo-devel] Porblem with Internet Explorer using Ajax-Requests

2007-05-10 Thread gerds
Hi, i have a problem using Ajax Requests and Internet Explorer7.0. I want to browse my server using a qooxdoo virtual tree. Displaying the root level of my server using a qx.io.remote.Request and then adding branches to my tree works fine. After that i´m using the changeSelection event to get the