<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: IE innerHTML Memory Leak</title>
	<atom:link href="http://blog.stchur.com/2007/05/16/ie-innerhtml-memory-leak/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stchur.com/2007/05/16/ie-innerhtml-memory-leak/</link>
	<description>web / programming / javascript / css / html</description>
	<lastBuildDate>Thu, 11 Mar 2010 00:46:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sstchur</title>
		<link>http://blog.stchur.com/2007/05/16/ie-innerhtml-memory-leak/comment-page-1/#comment-3401</link>
		<dc:creator>sstchur</dc:creator>
		<pubDate>Wed, 24 Sep 2008 02:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/05/16/ie-innerhtml-memory-leak/#comment-3401</guid>
		<description>Glad it worked out for you Mic!</description>
		<content:encoded><![CDATA[<p>Glad it worked out for you Mic!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mic</title>
		<link>http://blog.stchur.com/2007/05/16/ie-innerhtml-memory-leak/comment-page-1/#comment-3349</link>
		<dc:creator>Mic</dc:creator>
		<pubDate>Mon, 22 Sep 2008 09:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/05/16/ie-innerhtml-memory-leak/#comment-3349</guid>
		<description>Hi,
I used your solution in a method of our javascript rendering engine ( PURE ).

The previous code was bleeding memory on IE.
Not anymore with your solution.

Thanks a lot. I mean a lot.
Cheers,</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I used your solution in a method of our javascript rendering engine ( PURE ).</p>
<p>The previous code was bleeding memory on IE.<br />
Not anymore with your solution.</p>
<p>Thanks a lot. I mean a lot.<br />
Cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sstchur</title>
		<link>http://blog.stchur.com/2007/05/16/ie-innerhtml-memory-leak/comment-page-1/#comment-2506</link>
		<dc:creator>sstchur</dc:creator>
		<pubDate>Wed, 27 Aug 2008 06:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/05/16/ie-innerhtml-memory-leak/#comment-2506</guid>
		<description>Vladimir:  I have used Drip myself in the past, but to be honest, I&#039;m very skeptical as to how accurate (or even useful for that matter) it is.  I&#039;ve gotten some very strange indications from it, so I take what it tells me with a grain of salt these days.</description>
		<content:encoded><![CDATA[<p>Vladimir:  I have used Drip myself in the past, but to be honest, I&#039;m very skeptical as to how accurate (or even useful for that matter) it is.  I&#039;ve gotten some very strange indications from it, so I take what it tells me with a grain of salt these days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir</title>
		<link>http://blog.stchur.com/2007/05/16/ie-innerhtml-memory-leak/comment-page-1/#comment-2383</link>
		<dc:creator>Vladimir</dc:creator>
		<pubDate>Thu, 21 Aug 2008 11:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/05/16/ie-innerhtml-memory-leak/#comment-2383</guid>
		<description>i&#039;m using drip http://www.outofhanwell.com/ieleak/index.php?title=Main_Page to test yours examples. All of them are leaking in ie7!
It&#039;s critical problem for me and my company;-)
My observation.
If i create table row(or cell) with .insertRow(rowindex) no leak, but
 vat row=document.createElement(&#039;tr&#039;);
 tbl.appendChild(row) leak!
My problem is i can&#039;t add any element like table row(cell), so i have to accept this. Any suggestion?</description>
		<content:encoded><![CDATA[<p>i&#039;m using drip <a href="http://www.outofhanwell.com/ieleak/index.php?title=Main_Page" rel="nofollow">http://www.outofhanwell.com/ieleak/index.php?title=Main_Page</a> to test yours examples. All of them are leaking in ie7!<br />
It&#039;s critical problem for me and my company;-)<br />
My observation.<br />
If i create table row(or cell) with .insertRow(rowindex) no leak, but<br />
 vat row=document.createElement(&#039;tr&#039;);<br />
 tbl.appendChild(row) leak!<br />
My problem is i can&#039;t add any element like table row(cell), so i have to accept this. Any suggestion?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Kime</title>
		<link>http://blog.stchur.com/2007/05/16/ie-innerhtml-memory-leak/comment-page-1/#comment-123</link>
		<dc:creator>Matthew Kime</dc:creator>
		<pubDate>Wed, 02 Jan 2008 16:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/05/16/ie-innerhtml-memory-leak/#comment-123</guid>
		<description>i&#039;m looking at both test with IE Sieve - http://home.wanadoo.nl/jsrosman/ - and both the leak and no leak demos seem to leak just as much. can anyone verify this?

i&#039;m trying to get to the bottom of my own leaks - feel free to email me.</description>
		<content:encoded><![CDATA[<p>i&#039;m looking at both test with IE Sieve &#8211; <a href="http://home.wanadoo.nl/jsrosman/" rel="nofollow">http://home.wanadoo.nl/jsrosman/</a> &#8211; and both the leak and no leak demos seem to leak just as much. can anyone verify this?</p>
<p>i&#039;m trying to get to the bottom of my own leaks &#8211; feel free to email me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Stchur</title>
		<link>http://blog.stchur.com/2007/05/16/ie-innerhtml-memory-leak/comment-page-1/#comment-121</link>
		<dc:creator>Stephen Stchur</dc:creator>
		<pubDate>Wed, 07 Nov 2007 18:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/05/16/ie-innerhtml-memory-leak/#comment-121</guid>
		<description>Oh, good catch!  Thanks... I must have goofed when I originally uploaded the scripts.  I&#039;ve corrected this.

I do not however, see the leak in Firefox as you say.  Be sure you are testing Firefox in safe-mode with all add-ons disabled.  Add-ons like Firebug and Greasemonkey are definitely known to make it look like Firefox itself is leaking, when in fact it is not.</description>
		<content:encoded><![CDATA[<p>Oh, good catch!  Thanks&#8230; I must have goofed when I originally uploaded the scripts.  I&#039;ve corrected this.</p>
<p>I do not however, see the leak in Firefox as you say.  Be sure you are testing Firefox in safe-mode with all add-ons disabled.  Add-ons like Firebug and Greasemonkey are definitely known to make it look like Firefox itself is leaking, when in fact it is not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piyush</title>
		<link>http://blog.stchur.com/2007/05/16/ie-innerhtml-memory-leak/comment-page-1/#comment-122</link>
		<dc:creator>Piyush</dc:creator>
		<pubDate>Wed, 07 Nov 2007 11:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/05/16/ie-innerhtml-memory-leak/#comment-122</guid>
		<description>Please correct me if I am wrong, but the scripts on both your &#039;leak&#039; and &#039;noleak&#039; pages are identical and hence no difference in performance there.

However I copied, modified and tested locally and it is definitely true. So, thank you very much for the advise as I was experiencing the same problem with my web app and wasn&#039;t sure what the problem was.

Moreover, it seems that is not only true for IE it is very much so for Firefox as well.</description>
		<content:encoded><![CDATA[<p>Please correct me if I am wrong, but the scripts on both your &#039;leak&#039; and &#039;noleak&#039; pages are identical and hence no difference in performance there.</p>
<p>However I copied, modified and tested locally and it is definitely true. So, thank you very much for the advise as I was experiencing the same problem with my web app and wasn&#039;t sure what the problem was.</p>
<p>Moreover, it seems that is not only true for IE it is very much so for Firefox as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://blog.stchur.com/2007/05/16/ie-innerhtml-memory-leak/comment-page-1/#comment-120</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 05 Aug 2007 06:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/05/16/ie-innerhtml-memory-leak/#comment-120</guid>
		<description>Maybe the only correct way to use innerHTML LEAK FREE http://www.posos.com/page/Index.cfm?SelNavID=2714. Use outerHTML...</description>
		<content:encoded><![CDATA[<p>Maybe the only correct way to use innerHTML LEAK FREE <a href="http://www.posos.com/page/Index.cfm?SelNavID=2714" rel="nofollow">http://www.posos.com/page/Index.cfm?SelNavID=2714</a>. Use outerHTML&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
