<?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: Are you sure your unload handler is firing in IE?</title>
	<atom:link href="http://ajaxian.com/archives/are-you-sure-your-unload-handler-is-firing-in-ie/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/are-you-sure-your-unload-handler-is-firing-in-ie</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: lockheartmac</title>
		<link>http://ajaxian.com/archives/are-you-sure-your-unload-handler-is-firing-in-ie/comment-page-1#comment-269720</link>
		<dc:creator>lockheartmac</dc:creator>
		<pubDate>Wed, 10 Dec 2008 23:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/are-you-sure-your-unload-handler-is-firing-in-ie#comment-269720</guid>
		<description>This is a great fix. I have been testing this behavior in Firefox and it seems to also miss the onunload event if the window has not completely load. I am using a pop up window with a frameset for the content, closed it immediately on launch, and all my onbefore and onunload code was completely ignored. I know Firefox doesn&#039;t support onstop, is there any way to catch this on Firefox?</description>
		<content:encoded><![CDATA[<p>This is a great fix. I have been testing this behavior in Firefox and it seems to also miss the onunload event if the window has not completely load. I am using a pop up window with a frameset for the content, closed it immediately on launch, and all my onbefore and onunload code was completely ignored. I know Firefox doesn&#8217;t support onstop, is there any way to catch this on Firefox?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JoeMcCann</title>
		<link>http://ajaxian.com/archives/are-you-sure-your-unload-handler-is-firing-in-ie/comment-page-1#comment-263218</link>
		<dc:creator>JoeMcCann</dc:creator>
		<pubDate>Mon, 28 Apr 2008 03:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/are-you-sure-your-unload-handler-is-firing-in-ie#comment-263218</guid>
		<description>I am currently using Google Maps for a number of projects and unfortunately keep running into issues with the inability to use th unload event.  Any suggestions on fixing/patching/repairing such a thing?</description>
		<content:encoded><![CDATA[<p>I am currently using Google Maps for a number of projects and unfortunately keep running into issues with the inability to use th unload event.  Any suggestions on fixing/patching/repairing such a thing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vladfr</title>
		<link>http://ajaxian.com/archives/are-you-sure-your-unload-handler-is-firing-in-ie/comment-page-1#comment-262969</link>
		<dc:creator>vladfr</dc:creator>
		<pubDate>Sat, 19 Apr 2008 14:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/are-you-sure-your-unload-handler-is-firing-in-ie#comment-262969</guid>
		<description>Actually, the CSS part would be  &lt;a href=&quot;http://gosnip.net/blog/2008/04/17/css-class-names-dont-use-underscore/&quot; rel=&quot;nofollow&quot;&gt;the _ as the first character of a class name&lt;/a&gt; and no, you can&#039;t use - either. But you will be able to use _ when IE6 dies.

And the unload bug... yep, it&#039;s a tough one!</description>
		<content:encoded><![CDATA[<p>Actually, the CSS part would be  <a href="http://gosnip.net/blog/2008/04/17/css-class-names-dont-use-underscore/" rel="nofollow">the _ as the first character of a class name</a> and no, you can&#8217;t use &#8211; either. But you will be able to use _ when IE6 dies.</p>
<p>And the unload bug&#8230; yep, it&#8217;s a tough one!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mdmadph</title>
		<link>http://ajaxian.com/archives/are-you-sure-your-unload-handler-is-firing-in-ie/comment-page-1#comment-262924</link>
		<dc:creator>mdmadph</dc:creator>
		<pubDate>Thu, 17 Apr 2008 17:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/are-you-sure-your-unload-handler-is-firing-in-ie#comment-262924</guid>
		<description>Aye, I get this problem as well -- not only that, but in some weird cases with iFrames, not only will the unload handler not fire, but sometimes code set with SetInterval &lt;i&gt;keeps&lt;/i&gt; firing after the iFrame&#039;s been removed...</description>
		<content:encoded><![CDATA[<p>Aye, I get this problem as well &#8212; not only that, but in some weird cases with iFrames, not only will the unload handler not fire, but sometimes code set with SetInterval <i>keeps</i> firing after the iFrame&#8217;s been removed&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smokinn</title>
		<link>http://ajaxian.com/archives/are-you-sure-your-unload-handler-is-firing-in-ie/comment-page-1#comment-262920</link>
		<dc:creator>Smokinn</dc:creator>
		<pubDate>Thu, 17 Apr 2008 16:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/are-you-sure-your-unload-handler-is-firing-in-ie#comment-262920</guid>
		<description>Anyone have more details on this IE6 underscore business? I use underscores in css classes all the time and don&#039;t seem to have a problem.</description>
		<content:encoded><![CDATA[<p>Anyone have more details on this IE6 underscore business? I use underscores in css classes all the time and don&#8217;t seem to have a problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ppk</title>
		<link>http://ajaxian.com/archives/are-you-sure-your-unload-handler-is-firing-in-ie/comment-page-1#comment-262915</link>
		<dc:creator>ppk</dc:creator>
		<pubDate>Thu, 17 Apr 2008 16:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/are-you-sure-your-unload-handler-is-firing-in-ie#comment-262915</guid>
		<description>Oops, sorry, commented without reading the bug instructions well enough. In my current IE7 the bug occurs as described in the quote.</description>
		<content:encoded><![CDATA[<p>Oops, sorry, commented without reading the bug instructions well enough. In my current IE7 the bug occurs as described in the quote.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spocke</title>
		<link>http://ajaxian.com/archives/are-you-sure-your-unload-handler-is-firing-in-ie/comment-page-1#comment-262914</link>
		<dc:creator>Spocke</dc:creator>
		<pubDate>Thu, 17 Apr 2008 16:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/are-you-sure-your-unload-handler-is-firing-in-ie#comment-262914</guid>
		<description>jQuery only listens for the unload event on that line. And since that event never fires if the document never finished it&#039;s loading it can&#039;t cleanup the references. This is a common pattern in libraries.</description>
		<content:encoded><![CDATA[<p>jQuery only listens for the unload event on that line. And since that event never fires if the document never finished it&#8217;s loading it can&#8217;t cleanup the references. This is a common pattern in libraries.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ppk</title>
		<link>http://ajaxian.com/archives/are-you-sure-your-unload-handler-is-firing-in-ie/comment-page-1#comment-262913</link>
		<dc:creator>ppk</dc:creator>
		<pubDate>Thu, 17 Apr 2008 16:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/are-you-sure-your-unload-handler-is-firing-in-ie#comment-262913</guid>
		<description>Just tested this in IE7 WinXP and the unload event fired normally after I broke off the page loading before the image appeared.

So this seems to be one of those agonising &quot;sometimes&quot; bugs. I still have to test the load and unload events in my ongoing events research, so I&#039;ll test explicitly for this bug.</description>
		<content:encoded><![CDATA[<p>Just tested this in IE7 WinXP and the unload event fired normally after I broke off the page loading before the image appeared.</p>
<p>So this seems to be one of those agonising &#8220;sometimes&#8221; bugs. I still have to test the load and unload events in my ongoing events research, so I&#8217;ll test explicitly for this bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slaniel</title>
		<link>http://ajaxian.com/archives/are-you-sure-your-unload-handler-is-firing-in-ie/comment-page-1#comment-262910</link>
		<dc:creator>slaniel</dc:creator>
		<pubDate>Thu, 17 Apr 2008 16:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/are-you-sure-your-unload-handler-is-firing-in-ie#comment-262910</guid>
		<description>Am I mistaken, or &lt;a href=&quot;http://dev.jquery.com/browser/trunk/jquery/src/event.js#L578&quot; rel=&quot;nofollow&quot;&gt;does jQuery already code around this bug&lt;/a&gt;?</description>
		<content:encoded><![CDATA[<p>Am I mistaken, or <a href="http://dev.jquery.com/browser/trunk/jquery/src/event.js#L578" rel="nofollow">does jQuery already code around this bug</a>?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

