Summary: Turn on tracing/debugging to track down IE loader leak. I'd love some help looking at this since it's a p0
New Features: This shows the problem occuring - the testLoad method never appears to get run. This is because the onloaddone event is failing to fire the removeLoadCheckerDel event. See this line in LzMedia.as: this.removeLoadCheckerDel = new LzDelegate( this, "removeLoadChecker", this, "onloaddone" );
This adds a has to the load queue (__loaded) to keep track of URLS that have been requested. It fixes a leak on startup by ignoring empty load requests. to see the leak, start lzpix in IE 6 swf debug, choose a default search and wait for it to load, click on a photo to bring up details and wait for load, then click another photo in the list below to trigger the leak. You will see openConx never returns to 0.
Bugs Fixed: LPP-2435 Technical Reviewer: hminsky QA Reviewer: (pending) Doc Reviewer: (pending) Documentation: Release Notes: Details: Tests: Files: M WEB-INF/lps/lfc/kernel/swf/LzLoadQueue.as M WEB-INF/lps/lfc/kernel/swf/LzMediaLoader.as
patch.maxcarlson.fsXc.tgz
Description: Binary data
_______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
