<?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: FCKeditor and FireFox</title>
	<atom:link href="http://blog.thatsuseful.com/2006/12/18/fckeditor-and-firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thatsuseful.com/2006/12/18/fckeditor-and-firefox/</link>
	<description>Life on and off the Rails</description>
	<lastBuildDate>Wed, 20 Aug 2008 17:47:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: acw1668</title>
		<link>http://blog.thatsuseful.com/2006/12/18/fckeditor-and-firefox/comment-page-1/#comment-411</link>
		<dc:creator>acw1668</dc:creator>
		<pubDate>Mon, 18 Dec 2006 09:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-and-firefox#comment-411</guid>
		<description>Hi Scott,
Adding the :width and :height attributes doesn&#039;t solve the problem for me.  However, the hack of removing all &#039;Style&#039; entries in all FCKConfig.ToolbarSets[] mentioned by one of the commenter (sorry for forgetting the name) does solve my problem.</description>
		<content:encoded><![CDATA[<p>Hi Scott,<br />
Adding the :width and :height attributes doesn&#8217;t solve the problem for me.  However, the hack of removing all &#8216;Style&#8217; entries in all FCKConfig.ToolbarSets[] mentioned by one of the commenter (sorry for forgetting the name) does solve my problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Rutherford</title>
		<link>http://blog.thatsuseful.com/2006/12/18/fckeditor-and-firefox/comment-page-1/#comment-412</link>
		<dc:creator>Scott Rutherford</dc:creator>
		<pubDate>Mon, 18 Dec 2006 09:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-and-firefox#comment-412</guid>
		<description>@acw1668 - Ah yes, that was the other tip. Cheers Scott.</description>
		<content:encoded><![CDATA[<p>@acw1668 &#8211; Ah yes, that was the other tip. Cheers Scott.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fester</title>
		<link>http://blog.thatsuseful.com/2006/12/18/fckeditor-and-firefox/comment-page-1/#comment-413</link>
		<dc:creator>Fester</dc:creator>
		<pubDate>Mon, 18 Dec 2006 09:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-and-firefox#comment-413</guid>
		<description>The problem is not actually in width/height.
I had the same problem, spent some googling here and there, and finally discovered, that Mongrel/Webrick gives XML-files with a wrong content-type. Fixing content type _and clearing browser cache_ would definitely give it&#039;s positive results.
To do so go to your application&#039;s config directory, create a file (i.e. additional_mime.xml) with content like:
.xml: text/xml

And then stop and start your mongrel again, but with a command like
mongrel_rails start -m config/additional_mime.xml

But do not forget to clear browser cache if this doesn&#039;t work. It could save you another half an hour :D</description>
		<content:encoded><![CDATA[<p>The problem is not actually in width/height.<br />
I had the same problem, spent some googling here and there, and finally discovered, that Mongrel/Webrick gives XML-files with a wrong content-type. Fixing content type _and clearing browser cache_ would definitely give it&#8217;s positive results.<br />
To do so go to your application&#8217;s config directory, create a file (i.e. additional_mime.xml) with content like:<br />
.xml: text/xml</p>
<p>And then stop and start your mongrel again, but with a command like<br />
mongrel_rails start -m config/additional_mime.xml</p>
<p>But do not forget to clear browser cache if this doesn&#8217;t work. It could save you another half an hour <img src='http://blog.thatsuseful.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Rutherford</title>
		<link>http://blog.thatsuseful.com/2006/12/18/fckeditor-and-firefox/comment-page-1/#comment-414</link>
		<dc:creator>Scott Rutherford</dc:creator>
		<pubDate>Mon, 18 Dec 2006 09:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-and-firefox#comment-414</guid>
		<description>Hi Fester, thanks for outlining that solution, hopefully between these 3 tips everyones issues should be solved.

Cheers
Scott.</description>
		<content:encoded><![CDATA[<p>Hi Fester, thanks for outlining that solution, hopefully between these 3 tips everyones issues should be solved.</p>
<p>Cheers<br />
Scott.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maykel Rodriguez</title>
		<link>http://blog.thatsuseful.com/2006/12/18/fckeditor-and-firefox/comment-page-1/#comment-415</link>
		<dc:creator>Maykel Rodriguez</dc:creator>
		<pubDate>Mon, 18 Dec 2006 09:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-and-firefox#comment-415</guid>
		<description>Hi Fester, I have the same problem here but theoretically my Apache server is serving the xml files right? I even tested stopping my mongrel instances and I was able to get the xml file, this confirmed that Apache was serving the xml requests...

So I think it should be another problem yet... :(</description>
		<content:encoded><![CDATA[<p>Hi Fester, I have the same problem here but theoretically my Apache server is serving the xml files right? I even tested stopping my mongrel instances and I was able to get the xml file, this confirmed that Apache was serving the xml requests&#8230;</p>
<p>So I think it should be another problem yet&#8230; <img src='http://blog.thatsuseful.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RJ</title>
		<link>http://blog.thatsuseful.com/2006/12/18/fckeditor-and-firefox/comment-page-1/#comment-416</link>
		<dc:creator>RJ</dc:creator>
		<pubDate>Mon, 18 Dec 2006 09:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-and-firefox#comment-416</guid>
		<description>I appear to be having the same symptoms but it looks like the problem is different. It displays fine in Firefox but in IE there is a JavaScript error reported.

Line: 73
Char: 4212
Error: &#039;length&#039; is null or not an object
Code: 0
URL: http://localhost:3006/javascripts/fckeditor/editor/fckeditor.html?InstanceName=entry_1_body_editor&amp;Toolbar=Simple

I have checked the JavaScripts but cannot find any obvious problems.</description>
		<content:encoded><![CDATA[<p>I appear to be having the same symptoms but it looks like the problem is different. It displays fine in Firefox but in IE there is a JavaScript error reported.</p>
<p>Line: 73<br />
Char: 4212<br />
Error: &#8216;length&#8217; is null or not an object<br />
Code: 0<br />
URL: <a href="http://localhost:3006/javascripts/fckeditor/editor/fckeditor.html?InstanceName=entry_1_body_editor&amp;Toolbar=Simple" rel="nofollow">http://localhost:3006/javascripts/fckeditor/editor/fckeditor.html?InstanceName=entry_1_body_editor&amp;Toolbar=Simple</a></p>
<p>I have checked the JavaScripts but cannot find any obvious problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fckeditor_textarea</title>
		<link>http://blog.thatsuseful.com/2006/12/18/fckeditor-and-firefox/comment-page-1/#comment-417</link>
		<dc:creator>fckeditor_textarea</dc:creator>
		<pubDate>Mon, 18 Dec 2006 09:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-and-firefox#comment-417</guid>
		<description>hi where can i find it this call &#039;fckeditor_textarea&#039;
which file is it in? ASP.net?
cheers</description>
		<content:encoded><![CDATA[<p>hi where can i find it this call &#8216;fckeditor_textarea&#8217;<br />
which file is it in? ASP.net?<br />
cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colpas</title>
		<link>http://blog.thatsuseful.com/2006/12/18/fckeditor-and-firefox/comment-page-1/#comment-418</link>
		<dc:creator>Colpas</dc:creator>
		<pubDate>Mon, 18 Dec 2006 09:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-and-firefox#comment-418</guid>
		<description>Hi. I have a problem  using fckeditor in Firefox. when open a page, a page show me a  error message &quot; Error loadding http://mypage.com/myconfig.js&quot;
If you can help me I will thank you so much
Colpas</description>
		<content:encoded><![CDATA[<p>Hi. I have a problem  using fckeditor in Firefox. when open a page, a page show me a  error message &quot; Error loadding <a href="http://mypage.com/myconfig.js&#038;quot" rel="nofollow">http://mypage.com/myconfig.js&#038;quot</a>;<br />
If you can help me I will thank you so much<br />
Colpas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro R. Lopez</title>
		<link>http://blog.thatsuseful.com/2006/12/18/fckeditor-and-firefox/comment-page-1/#comment-419</link>
		<dc:creator>Pedro R. Lopez</dc:creator>
		<pubDate>Mon, 18 Dec 2006 09:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-and-firefox#comment-419</guid>
		<description>Where you able to solve the problem Colpas ?</description>
		<content:encoded><![CDATA[<p>Where you able to solve the problem Colpas ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://blog.thatsuseful.com/2006/12/18/fckeditor-and-firefox/comment-page-1/#comment-420</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 18 Dec 2006 09:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.caronsoftware.com/2007/11/25/fckeditor-and-firefox#comment-420</guid>
		<description>THANK YOU! I have been beating my head against the wall for days trying to figure this out - clearing the browser cache fixed it for me.</description>
		<content:encoded><![CDATA[<p>THANK YOU! I have been beating my head against the wall for days trying to figure this out &#8211; clearing the browser cache fixed it for me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
