<?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: Fixing IE&#039;s .attachEvent(..) failures</title>
	<atom:link href="http://blog.stchur.com/2006/10/12/fixing-ies-attachevent-failures/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stchur.com/2006/10/12/fixing-ies-attachevent-failures/</link>
	<description>If you don&#039;t expect too much from me, you might not be let down.</description>
	<lastBuildDate>Thu, 26 Jan 2012 08:23:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: wes</title>
		<link>http://blog.stchur.com/2006/10/12/fixing-ies-attachevent-failures/comment-page-1/#comment-122092</link>
		<dc:creator>wes</dc:creator>
		<pubDate>Thu, 06 Oct 2011 19:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/10/12/fixing-ies-attachevent-failures/#comment-122092</guid>
		<description>don&#039;t use attachEvent!
use an array of events instead for older IEs, because
attachEvent(&quot;load&quot;, a); attachEvent(&quot;load&quot;, b);
first is executed b, then a
with addEventListener first is executed a then b</description>
		<content:encoded><![CDATA[<p>don&#039;t use attachEvent!<br />
use an array of events instead for older IEs, because<br />
attachEvent(&#034;load&#034;, a); attachEvent(&#034;load&#034;, b);<br />
first is executed b, then a<br />
with addEventListener first is executed a then b</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Solved: IE event &#8211; &#8220;this.parentNode.parentNode is null or not an object&#8221; @ nerd.</title>
		<link>http://blog.stchur.com/2006/10/12/fixing-ies-attachevent-failures/comment-page-1/#comment-118643</link>
		<dc:creator>&#187; Solved: IE event &#8211; &#8220;this.parentNode.parentNode is null or not an object&#8221; @ nerd.</dc:creator>
		<pubDate>Fri, 19 Aug 2011 11:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/10/12/fixing-ies-attachevent-failures/#comment-118643</guid>
		<description>[...] it&#8217;s can be overcome, but that involves a lot of code and I refuse in principle to do that much inelegant hacking for [...]</description>
		<content:encoded><![CDATA[<p>[...] it&#039;s can be overcome, but that involves a lot of code and I refuse in principle to do that much inelegant hacking for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sstchur</title>
		<link>http://blog.stchur.com/2006/10/12/fixing-ies-attachevent-failures/comment-page-1/#comment-117391</link>
		<dc:creator>sstchur</dc:creator>
		<pubDate>Sat, 30 Jul 2011 05:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/10/12/fixing-ies-attachevent-failures/#comment-117391</guid>
		<description>@Pink Duck:  You might want to take a peek at &lt;a href=&quot;http://blog.stchur.com/2008/09/25/the-ultimate-addevent-function/&quot; rel=&quot;nofollow&quot;&gt;this more recent post&lt;/a&gt;, which has an updated cross-browser addEvent function.  That post also has a link to a zip &lt;a href=&quot;http://blog.stchur.com/blogcode/ultimate_addevent/ultimate.zip&quot; rel=&quot;nofollow&quot;&gt;download of the source&lt;/a&gt;.

Cheers!
sstchur</description>
		<content:encoded><![CDATA[<p>@Pink Duck:  You might want to take a peek at <a href="http://blog.stchur.com/2008/09/25/the-ultimate-addevent-function/" rel="nofollow">this more recent post</a>, which has an updated cross-browser addEvent function.  That post also has a link to a zip <a href="http://blog.stchur.com/blogcode/ultimate_addevent/ultimate.zip" rel="nofollow">download of the source</a>.</p>
<p>Cheers!<br />
sstchur</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pink Duck</title>
		<link>http://blog.stchur.com/2006/10/12/fixing-ies-attachevent-failures/comment-page-1/#comment-117115</link>
		<dc:creator>Pink Duck</dc:creator>
		<pubDate>Tue, 26 Jul 2011 16:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/10/12/fixing-ies-attachevent-failures/#comment-117115</guid>
		<description>The key string for addEvent and removeEvent do not match because of a missing underscore in removeEvent.

Using addEvent and removeEvent for some reason also causes IE to not release large amounts of memory linked to Flash ActiveX.</description>
		<content:encoded><![CDATA[<p>The key string for addEvent and removeEvent do not match because of a missing underscore in removeEvent.</p>
<p>Using addEvent and removeEvent for some reason also causes IE to not release large amounts of memory linked to Flash ActiveX.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Incoherent Babble &#187; Blog Archive &#187; Mouseenter and mouseleave events for Firefox (and other non-IE browsers)</title>
		<link>http://blog.stchur.com/2006/10/12/fixing-ies-attachevent-failures/comment-page-1/#comment-9064</link>
		<dc:creator>Incoherent Babble &#187; Blog Archive &#187; Mouseenter and mouseleave events for Firefox (and other non-IE browsers)</dc:creator>
		<pubDate>Wed, 14 Jan 2009 13:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/10/12/fixing-ies-attachevent-failures/#comment-9064</guid>
		<description>[...] if we merged it with the xb.addEventListener(..) function that was described in the blog entry Fixing IE&#039;s .attachEvent(..) Failures. For the sake of brevity though, I chose not to do that [...]</description>
		<content:encoded><![CDATA[<p>[...] if we merged it with the xb.addEventListener(..) function that was described in the blog entry Fixing IE&#039;s .attachEvent(..) Failures. For the sake of brevity though, I chose not to do that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Stchur</title>
		<link>http://blog.stchur.com/2006/10/12/fixing-ies-attachevent-failures/comment-page-1/#comment-7417</link>
		<dc:creator>Stephen Stchur</dc:creator>
		<pubDate>Sun, 14 Dec 2008 23:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/10/12/fixing-ies-attachevent-failures/#comment-7417</guid>
		<description>@Alec:

Glad it worked for you.  Be sure to check out the &lt;a href=&quot;http://blog.stchur.com/2008/09/25/the-ultimate-addevent-function/&quot; title=&quot;The Ultimate addEvent Function&quot; rel=&quot;nofollow&quot;&gt;Ultimate addEvent function&lt;/a&gt; too.</description>
		<content:encoded><![CDATA[<p>@Alec:</p>
<p>Glad it worked for you.  Be sure to check out the <a href="http://blog.stchur.com/2008/09/25/the-ultimate-addevent-function/" title="The Ultimate addEvent Function" rel="nofollow">Ultimate addEvent function</a> too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alec McGail</title>
		<link>http://blog.stchur.com/2006/10/12/fixing-ies-attachevent-failures/comment-page-1/#comment-7411</link>
		<dc:creator>Alec McGail</dc:creator>
		<pubDate>Sun, 14 Dec 2008 22:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/10/12/fixing-ies-attachevent-failures/#comment-7411</guid>
		<description>This was just what i needed to get my website up and running. THANK YOU SO MUCH!</description>
		<content:encoded><![CDATA[<p>This was just what i needed to get my website up and running. THANK YOU SO MUCH!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Branislav Kalas</title>
		<link>http://blog.stchur.com/2006/10/12/fixing-ies-attachevent-failures/comment-page-1/#comment-4337</link>
		<dc:creator>Branislav Kalas</dc:creator>
		<pubDate>Wed, 15 Oct 2008 07:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/10/12/fixing-ies-attachevent-failures/#comment-4337</guid>
		<description>Thank you so much!!!!! Right before commiting suicide</description>
		<content:encoded><![CDATA[<p>Thank you so much!!!!! Right before commiting suicide</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sstchur</title>
		<link>http://blog.stchur.com/2006/10/12/fixing-ies-attachevent-failures/comment-page-1/#comment-3479</link>
		<dc:creator>sstchur</dc:creator>
		<pubDate>Fri, 26 Sep 2008 01:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/10/12/fixing-ies-attachevent-failures/#comment-3479</guid>
		<description>&lt;p&gt;No problem Scott!  Glad it worked out for you.&lt;/p&gt;

&lt;p&gt;BTW, I just posted a new entry, which is related to this one (the Ultimate addEvent function).  You might want to check it out as it has a number of improvements over the version offered here.&lt;/p&gt;

&lt;p&gt;&lt;a href = &quot;http://blog.stchur.com/2008/09/25/the-ultimate-addevent-function/&quot; title = &quot;The Ultimate addEvent function&quot; rel=&quot;nofollow&quot;&gt;The Ultimate addEvent function&lt;/a&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>No problem Scott!  Glad it worked out for you.</p>
<p>BTW, I just posted a new entry, which is related to this one (the Ultimate addEvent function).  You might want to check it out as it has a number of improvements over the version offered here.</p>
<p><a href = "http://blog.stchur.com/2008/09/25/the-ultimate-addevent-function/" title = "The Ultimate addEvent function" rel="nofollow">The Ultimate addEvent function</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://blog.stchur.com/2006/10/12/fixing-ies-attachevent-failures/comment-page-1/#comment-3474</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 25 Sep 2008 22:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2006/10/12/fixing-ies-attachevent-failures/#comment-3474</guid>
		<description>Thanks mate for this amazing script. You&#039;ve really saved my life here, and saved me a lot of future stuffing around.</description>
		<content:encoded><![CDATA[<p>Thanks mate for this amazing script. You&#039;ve really saved my life here, and saved me a lot of future stuffing around.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

