Open the demo page http://qooxdoo.oss.schlund.de/demo/dev/public/test/user/Window_1.html in IE(my version is IE6/SP2) and repeatly click refresh button, you will see the IE memory keeping increase.  This problem does not exist in Mozilla1.5.

I suspect it's the well-known memory leak problem of IE _javascript_/COM object reference.  Google "IE _javascript_ memory Leak" returns a lot of topics.

My experience tell me _javascript_ should *explicitly* make all COM object(e.g. HTMLElement, ActiveXObject) reference to be undefined or null in "onunload()" if they are in a "circular" reference loop.

http://jibbering.com/faq/faq_notes/closures.html#clMem

------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Qooxdoo-devel mailing list Qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to