<?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: MooFlow Firefox Uncaught Exception Fix</title>
	<atom:link href="http://www.jason-palmer.com/2009/03/mooflow-firefox-uncaught-exception-fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jason-palmer.com/2009/03/mooflow-firefox-uncaught-exception-fix/</link>
	<description></description>
	<lastBuildDate>Thu, 04 Feb 2010 00:45:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: BriAnn</title>
		<link>http://www.jason-palmer.com/2009/03/mooflow-firefox-uncaught-exception-fix/comment-page-1/#comment-273</link>
		<dc:creator>BriAnn</dc:creator>
		<pubDate>Mon, 27 Jul 2009 23:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.jason-palmer.com/?p=30#comment-273</guid>
		<description>Wow, lizux that worked great for me too in mootools 1.2.3, reflections are there.  Only problem I&#039;m having now is the bridge with ReMooz.</description>
		<content:encoded><![CDATA[<p>Wow, lizux that worked great for me too in mootools 1.2.3, reflections are there.  Only problem I&#8217;m having now is the bridge with ReMooz.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fonsan</title>
		<link>http://www.jason-palmer.com/2009/03/mooflow-firefox-uncaught-exception-fix/comment-page-1/#comment-267</link>
		<dc:creator>Fonsan</dc:creator>
		<pubDate>Thu, 02 Jul 2009 14:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.jason-palmer.com/?p=30#comment-267</guid>
		<description>Thanx a bunch, saved me some time</description>
		<content:encoded><![CDATA[<p>Thanx a bunch, saved me some time</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lizux</title>
		<link>http://www.jason-palmer.com/2009/03/mooflow-firefox-uncaught-exception-fix/comment-page-1/#comment-147</link>
		<dc:creator>lizux</dc:creator>
		<pubDate>Wed, 29 Apr 2009 05:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.jason-palmer.com/?p=30#comment-147</guid>
		<description>// just change this to the one below
// var i = arg.img.clone(); 
var i = arg.img.clone().set(&#039;src&#039;, arg.img.src);
and this works fine in mootools 1.2.1</description>
		<content:encoded><![CDATA[<p>// just change this to the one below<br />
// var i = arg.img.clone();<br />
var i = arg.img.clone().set(&#8217;src&#8217;, arg.img.src);<br />
and this works fine in mootools 1.2.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mgsmus</title>
		<link>http://www.jason-palmer.com/2009/03/mooflow-firefox-uncaught-exception-fix/comment-page-1/#comment-115</link>
		<dc:creator>mgsmus</dc:creator>
		<pubDate>Thu, 09 Apr 2009 09:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.jason-palmer.com/?p=30#comment-115</guid>
		<description>Thanks. That solved error but i can&#039;t see any reflection in FF, but demos at mooflow are working good. Any idea?</description>
		<content:encoded><![CDATA[<p>Thanks. That solved error but i can&#8217;t see any reflection in FF, but demos at mooflow are working good. Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.jason-palmer.com/2009/03/mooflow-firefox-uncaught-exception-fix/comment-page-1/#comment-113</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sat, 04 Apr 2009 14:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.jason-palmer.com/?p=30#comment-113</guid>
		<description>Hi Benson,

I have experienced similar issues with the latest firefox.  In my experience, my code would retrieve values set in another frame several times, then at the end of the function it would fail to do more of those operations.  At some point in time, it was as though the window object had become corrupt.

The way I solved it was to define a variable at the very top of my function that would contain the reference to the window object.  This solved it for me.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>Hi Benson,</p>
<p>I have experienced similar issues with the latest firefox.  In my experience, my code would retrieve values set in another frame several times, then at the end of the function it would fail to do more of those operations.  At some point in time, it was as though the window object had become corrupt.</p>
<p>The way I solved it was to define a variable at the very top of my function that would contain the reference to the window object.  This solved it for me.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: benson bear</title>
		<link>http://www.jason-palmer.com/2009/03/mooflow-firefox-uncaught-exception-fix/comment-page-1/#comment-112</link>
		<dc:creator>benson bear</dc:creator>
		<pubDate>Sat, 04 Apr 2009 07:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.jason-palmer.com/?p=30#comment-112</guid>
		<description>Hey, how about that other stupid exception trying to open a frame&#039;s document and write into it in the newest Firefox?  I am getting that too all of a sudden in similar cirucmstances but noone else seems to be.  Have you found out what it is?

I can open lots of iframe documents and write into them, just not some.  Cant see the difference</description>
		<content:encoded><![CDATA[<p>Hey, how about that other stupid exception trying to open a frame&#8217;s document and write into it in the newest Firefox?  I am getting that too all of a sudden in similar cirucmstances but noone else seems to be.  Have you found out what it is?</p>
<p>I can open lots of iframe documents and write into them, just not some.  Cant see the difference</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Primalmotion</title>
		<link>http://www.jason-palmer.com/2009/03/mooflow-firefox-uncaught-exception-fix/comment-page-1/#comment-111</link>
		<dc:creator>Primalmotion</dc:creator>
		<pubDate>Wed, 01 Apr 2009 08:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.jason-palmer.com/?p=30#comment-111</guid>
		<description>Thanks dude!</description>
		<content:encoded><![CDATA[<p>Thanks dude!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.564 seconds -->
