<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: memory not released after window close()</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/memory-not-released-after-window-close</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/memory-not-released-after-window-close/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>dirk on memory not released after window close()</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/memory-not-released-after-window-close#p14636</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/memory-not-released-after-window-close#p14636</guid>
        	        	<description><![CDATA[<p>I beleive I found the issue. It was related to a bunch of addons that where causing the momory not to be released. After I throw themaway it was ok</p>
</p>
<p>thanks</p>
<p>dirk</p>
]]></description>
        	        	<pubDate>Mon, 08 Feb 2010 17:15:31 +0200</pubDate>
        </item>
        <item>
        	<title>tony on memory not released after window close()</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/memory-not-released-after-window-close#p14365</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/memory-not-released-after-window-close#p14365</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Could you please make the following test.</p>
<p>In the window.open do not use jqGrid, but let say a lot of things like tabs or accordeon or so on. Is the memory released after you close the window the same way as you do it with jqGrid?</p>
<p>Best Regsrds</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 28 Jan 2010 17:54:35 +0200</pubDate>
        </item>
        <item>
        	<title>dirk on memory not released after window close()</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/memory-not-released-after-window-close#p14315</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/memory-not-released-after-window-close#p14315</guid>
        	        	<description><![CDATA[<p>hello,</p>
</p>
<p>do you mean the gridunload() function?</p>
]]></description>
        	        	<pubDate>Wed, 27 Jan 2010 16:56:27 +0200</pubDate>
        </item>
        <item>
        	<title>dirk on memory not released after window close()</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/memory-not-released-after-window-close#p14306</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/memory-not-released-after-window-close#p14306</guid>
        	        	<description><![CDATA[<p>hello,</p>
</p>
<p>I have been investigating further, but the same issue arise with firefox (3.5) as well, only in a smaller way. </p>
<p>Do you have any idea on how to solve this. I did a 'refresh' of the same page, lest say 50 times, and the memory did not go up. only when you close and open the window via window.open() it goes up very very quick. Is there a way to get official support for this? I'm evaluating your product for purchasing, after a series of test the memory is the only one left open.</p>
</p>
<p>do you have some pointers or areas to look into to see what is causing this? (i have already tried the new jquery 1.4, but the issue is still the same). so in this case it has nothing to do with loading data etc into the grid, just openening and closing the window is already enough to get an issue with the memory</p>
</p>
<p>thanks in advance to reply</p>
<p>Dirk</p>
]]></description>
        	        	<pubDate>Wed, 27 Jan 2010 11:03:16 +0200</pubDate>
        </item>
        <item>
        	<title>dirk on memory not released after window close()</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/memory-not-released-after-window-close#p14305</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/memory-not-released-after-window-close#p14305</guid>
        	        	<description><![CDATA[<p>hello,</p>
</p>
<p>I have been investigating further, but the same issue arise with firefox (3.5) as well, only in a smaller way.</p>
<p>Do you have any idea on how to solve this. I did a &#39;refresh&#39; of the same page, lest say 50 times, and the memory did not go up. only when you close and open the window via window.open() it goes up very very quick. Is there a way to get official support for this? I&#39;m evaluating your product for purchasing, after a series of test the memory is the only one left open.</p>
</p>
<p>do you have some pointers or areas to look into to see what is causing this? (i have already tried the new jquery 1.4, but the issue is still the same). so in this case it has nothing to do with loading data etc into the grid, just openening and closing the window is already enough to get an issue with the memory</p>
</p>
<p>thanks in advance to reply</p>
<p>Dirk</p>
]]></description>
        	        	<pubDate>Wed, 27 Jan 2010 11:03:14 +0200</pubDate>
        </item>
        <item>
        	<title>tony on memory not released after window close()</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/memory-not-released-after-window-close#p14216</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/memory-not-released-after-window-close#p14216</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks for the investigation.</p>
<p>I think that the problem is in the IE JS garbage collector. We have created a special unload functon for IE browsers, but since you use</p>
<p>window.open, then the browser should have decision what to clear after the windows is closed.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 24 Jan 2010 18:56:40 +0200</pubDate>
        </item>
        <item>
        	<title>dirk on memory not released after window close()</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/memory-not-released-after-window-close#p14104</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/memory-not-released-after-window-close#p14104</guid>
        	        	<description><![CDATA[<p>hello,</p>
</p>
<p>I have 1 main page that uses a window.open() to another pages, containing a JQGRid (which works perfect by the way).</p>
<p>When Imonitor the memory consumption, I see then when openeing this 2nd page approx 2MB is added, but when closing it, only a portion of that is returned. Another strange thing is that this only happens with IE7, so not (or not so obvious anyhow) on IE8, firefox 3.5 and IE6.</p>
</p>
<p>I have been trying to localize the issue, but without any success.</p>
</p>
<p>any ideas where to look?</p>
</p>
<p>thanks</p>
<p>dirk</p>
]]></description>
        	        	<pubDate>Thu, 21 Jan 2010 15:23:50 +0200</pubDate>
        </item>
</channel>
</rss>