<?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: Internet Explorer Array.sort Unreliable</title>
	<atom:link href="http://www.zachleat.com/web/array-sort/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zachleat.com/web/array-sort/</link>
	<description></description>
	<lastBuildDate>Wed, 16 May 2012 21:15:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Al</title>
		<link>http://www.zachleat.com/web/array-sort/comment-page-1/#comment-2750</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Mon, 09 Jan 2012 17:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/?p=568#comment-2750</guid>
		<description>Thanks so much for posting this.  I was banging my head against the wall before I came across this.</description>
		<content:encoded><![CDATA[<p>Thanks so much for posting this.  I was banging my head against the wall before I came across this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus</title>
		<link>http://www.zachleat.com/web/array-sort/comment-page-1/#comment-2587</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Thu, 10 Nov 2011 15:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/?p=568#comment-2587</guid>
		<description>Thanks for this. I bumped to the similar problem. I thought surely sort-functions the same in all browser, but should&#039;ve known better.

In my case the switching
return (a.label &gt; b.label);
to 
return (a.label &gt; b.label ? 1 : -1);
made IE work.</description>
		<content:encoded><![CDATA[<p>Thanks for this. I bumped to the similar problem. I thought surely sort-functions the same in all browser, but should&#8217;ve known better.</p>
<p>In my case the switching<br />
return (a.label &gt; b.label);<br />
to<br />
return (a.label &gt; b.label ? 1 : -1);<br />
made IE work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Array.sort en detalle &#171; Aijoona</title>
		<link>http://www.zachleat.com/web/array-sort/comment-page-1/#comment-2423</link>
		<dc:creator>Array.sort en detalle &#171; Aijoona</dc:creator>
		<pubDate>Sun, 07 Aug 2011 23:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/?p=568#comment-2423</guid>
		<description>[...] Internet Explorer Array.sort Unreliable (Zach Leatherman) [...]</description>
		<content:encoded><![CDATA[<p>[...] Internet Explorer Array.sort Unreliable (Zach Leatherman) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aldonio</title>
		<link>http://www.zachleat.com/web/array-sort/comment-page-1/#comment-2400</link>
		<dc:creator>Aldonio</dc:creator>
		<pubDate>Thu, 16 Jun 2011 01:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/?p=568#comment-2400</guid>
		<description>Really thanks for your article, that issue of IE was driving me crazy.

What I did to fix it before reading your article was to put the same code in a try/catch statepent but I wasn&#039;t happy with that solution :P

http://pastebin.com/wCKbuuDV</description>
		<content:encoded><![CDATA[<p>Really thanks for your article, that issue of IE was driving me crazy.</p>
<p>What I did to fix it before reading your article was to put the same code in a try/catch statepent but I wasn&#8217;t happy with that solution :P</p>
<p><a href="http://pastebin.com/wCKbuuDV" rel="nofollow">http://pastebin.com/wCKbuuDV</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mort</title>
		<link>http://www.zachleat.com/web/array-sort/comment-page-1/#comment-2298</link>
		<dc:creator>mort</dc:creator>
		<pubDate>Thu, 03 Mar 2011 01:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/?p=568#comment-2298</guid>
		<description>Thank you. Thank you. Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you. Thank you. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario Zito</title>
		<link>http://www.zachleat.com/web/array-sort/comment-page-1/#comment-2275</link>
		<dc:creator>Mario Zito</dc:creator>
		<pubDate>Tue, 22 Feb 2011 02:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/?p=568#comment-2275</guid>
		<description>GREAT POST
It just has happened me after having worked ok in my scripts for some time and was quite confussed about the cause. This saved me MANY hours of debugging in IE.
THANKS !</description>
		<content:encoded><![CDATA[<p>GREAT POST<br />
It just has happened me after having worked ok in my scripts for some time and was quite confussed about the cause. This saved me MANY hours of debugging in IE.<br />
THANKS !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JKL</title>
		<link>http://www.zachleat.com/web/array-sort/comment-page-1/#comment-2140</link>
		<dc:creator>JKL</dc:creator>
		<pubDate>Tue, 04 Jan 2011 03:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/?p=568#comment-2140</guid>
		<description>For the benefit of Google, that last sentence should have been:

The typeof operator returned “unknown.”</description>
		<content:encoded><![CDATA[<p>For the benefit of Google, that last sentence should have been:</p>
<p>The typeof operator returned “unknown.”</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JKL</title>
		<link>http://www.zachleat.com/web/array-sort/comment-page-1/#comment-2139</link>
		<dc:creator>JKL</dc:creator>
		<pubDate>Tue, 04 Jan 2011 03:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/?p=568#comment-2139</guid>
		<description>Excellent post.  In my case this bug caused the first parameter to become undefined.  Inspecting it in the script debugger gave a &quot;Variable uses an Automation type not supported in JScript&quot; error.  The typeof operator returned &quot;unkown.&quot;</description>
		<content:encoded><![CDATA[<p>Excellent post.  In my case this bug caused the first parameter to become undefined.  Inspecting it in the script debugger gave a &#8220;Variable uses an Automation type not supported in JScript&#8221; error.  The typeof operator returned &#8220;unkown.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valentin Iliescu</title>
		<link>http://www.zachleat.com/web/array-sort/comment-page-1/#comment-2020</link>
		<dc:creator>Valentin Iliescu</dc:creator>
		<pubDate>Sun, 05 Sep 2010 16:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/?p=568#comment-2020</guid>
		<description>&lt;a href=&quot;http://ie.microsoft.com/testdrive/&quot; rel=&quot;nofollow&quot;&gt;IE 9 Preview&lt;/a&gt; seems to be fine, ran the test several times with no failures.</description>
		<content:encoded><![CDATA[<p><a href="http://ie.microsoft.com/testdrive/" rel="nofollow">IE 9 Preview</a> seems to be fine, ran the test several times with no failures.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pritesh Patel</title>
		<link>http://www.zachleat.com/web/array-sort/comment-page-1/#comment-1962</link>
		<dc:creator>Pritesh Patel</dc:creator>
		<pubDate>Sat, 24 Apr 2010 18:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/?p=568#comment-1962</guid>
		<description>Thanks for this. I got my sort function working in IE8 because of this. Otherwise, it was only working in Firefox and Google Chrome.</description>
		<content:encoded><![CDATA[<p>Thanks for this. I got my sort function working in IE8 because of this. Otherwise, it was only working in Firefox and Google Chrome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Какво ново в последната седмица на Февуари &#124; NeXt</title>
		<link>http://www.zachleat.com/web/array-sort/comment-page-1/#comment-1899</link>
		<dc:creator>Какво ново в последната седмица на Февуари &#124; NeXt</dc:creator>
		<pubDate>Sun, 28 Feb 2010 12:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/?p=568#comment-1899</guid>
		<description>[...] Internet Explorer Array.sort Unreliable &#8211; като стана дума за лоши технологии, IE има проблем с Array.sort. [...]</description>
		<content:encoded><![CDATA[<p>[...] Internet Explorer Array.sort Unreliable &#8211; като стана дума за лоши технологии, IE има проблем с Array.sort. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach Leatherman</title>
		<link>http://www.zachleat.com/web/array-sort/comment-page-1/#comment-1885</link>
		<dc:creator>Zach Leatherman</dc:creator>
		<pubDate>Thu, 25 Feb 2010 05:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/?p=568#comment-1885</guid>
		<description>I don&#039;t see why they wouldn&#039;t incorporate it, since it is introducing bugs in all versions of Internet Explorer.  We&#039;ll see how your report pans out.  I&#039;ve submitted a bug before to the Closure Compiler team and it was fixed right away.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see why they wouldn&#8217;t incorporate it, since it is introducing bugs in all versions of Internet Explorer.  We&#8217;ll see how your report pans out.  I&#8217;ve submitted a bug before to the Closure Compiler team and it was fixed right away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ishtar</title>
		<link>http://www.zachleat.com/web/array-sort/comment-page-1/#comment-1884</link>
		<dc:creator>ishtar</dc:creator>
		<pubDate>Thu, 25 Feb 2010 03:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/?p=568#comment-1884</guid>
		<description>Nice write-up. I wonder if your suggestion can be incorporated into the compiled code Google Closure compiler outputs. I noticed that the same solution (of not reassigning the argument variables) fixes the issue in IE for the problem that led me to post that ticket.</description>
		<content:encoded><![CDATA[<p>Nice write-up. I wonder if your suggestion can be incorporated into the compiled code Google Closure compiler outputs. I noticed that the same solution (of not reassigning the argument variables) fixes the issue in IE for the problem that led me to post that ticket.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

