Hi Joe,

the problem is that the "shutdown" (objects destruction, removing 
listeners, etc.) from the qooxdoo application. This "shutdown" makes to 
much function calls which occurs this message box in IE.

Fabian, has done some improvements on our framework to avoid unnecessary 
function calls. This should be done with the qooxdoo 1.0-beta1 release. 
Which qooxdoo version do you use? Perhaps the new qooxdoo release solve 
your issue.

I don't konw all improvements, but one improvement was to change this in 
the destruct section:
this._disposeFields("foo", "bar");

to:
this.foo = this.bar = null;

Hope this helps.

Cheers,
Chris

Am 17.12.2009 06:53, schrieb smartjo:
> Hi,
>
>       When an internet explorer window running a qooxdoo application is
> closed. it takes alot of time to get closed, and also frequently a script
> error confirmation comes and asks if the script should be aborted. Why does
> this happen? Any solution for this?
>
> pls help.
>
> Regards
> Joe.
>    


-- 
Christian Schmidt
Software Entwickler

1&1 Internet AG - Web Technologies
Ernst-Frey-Straße 9 · DE-76135 Karlsruhe
[email protected]

Amtsgericht Montabaur / HRB 6484
Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas 
Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver 
Mauss, Jan Oetjen
Aufsichtsratsvorsitzender: Michael Scheeren


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to