Bugs item #408234, was updated on 2001-03-13 08:48 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=408234&group_id=5757 Category: Core API Group: None >Status: Closed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Serious Memory Leak in IE5.5 Initial Comment: Synopsis: Running the dynapi.gui.scrollpane.html under IE 5.5 causes a serious memory leak. To Reproduce: Run the sample dynapi.gui.scrollpane.html under IE 5.5 Note memory usage using the Task Manager. Go to end of the Address box and hit <enter> to reload the page. Notice memory used by IE 5.5 increases dramatically. This gets so bad that the sample gets slower and slower to load. Operating System: Windows 2000 + SP1 + all patches ---------------------------------------------------------------------- >Comment By: Robert Rainwater (rainwater) Date: 2001-03-22 18:43 Message: Logged In: YES user_id=16618 This is a known issue, and we are currently working on this. ---------------------------------------------------------------------- Comment By: Colin Johnson (therealevilted) Date: 2001-03-13 23:18 Message: Logged In: YES user_id=172855 After some more testing: 1. There is mention of memory leaks and how adding DynAPI.onUnload = function() { if (this.loaded) { this.document.deleteAllChildren(); } }; will reduce the memory leak. IT HAS NO EFFECT 2. The scrollpane sample from the original DynApi written by Dan Steinman DOES NOT exhibit this memory leak behaviour using the same browser / OS. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=408234&group_id=5757 _______________________________________________ Dynapi-Dev mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-dev
