PDA

View Full Version : JsonView Example IE Memory Leak



chun499
6 Jun 2007, 1:08 AM
IE version: 6.0.29
Ext version: ext-1.1-beta1

I tried to run the JsonView Example ({ext_root}/examples/view/chooser.html) and open the Windows Task Manager to check the Mem Usage.

The following is what I had try
1. click the 'Insert Image' button to open the Image Chooser Dialog
2. click 'Cancel' button to close the dialog
3. refresh the page and do 1,2 again

Each refresh of the page increases the memory usage and never release. After 6-7 time, the memory usage is over 100Mb, so it's really unacceptable.
Is there a way that I can clean up the memory?
thank you for your help........