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
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
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
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
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