<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[TinyMCE Forum - Problem with Firefox 12]]></title>
		<link>http://www.tinymce.com/forum/viewtopic.php?id=28984</link>
		<description><![CDATA[The most recent posts in Problem with Firefox 12.]]></description>
		<lastBuildDate>Mon, 11 Jun 2012 18:20:04 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Problem with Firefox 12]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=101761#p101761</link>
			<description><![CDATA[<p>It will load whatever is in the last init call.</p>]]></description>
			<author><![CDATA[dummy@example.com (jlo)]]></author>
			<pubDate>Mon, 11 Jun 2012 18:20:04 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=101761#p101761</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem with Firefox 12]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=101706#p101706</link>
			<description><![CDATA[<p>Hello,</p><p>OK, so I tried using: </p><div class="codebox"><pre><code>tinyMCE.execCommand(&quot;mceAddControl&quot;, true, editor)</code></pre></div><p>and now the editor is showing in all the major browsers. But how do add options to that are normally in the init call?</p>]]></description>
			<author><![CDATA[dummy@example.com (CurlyPaul)]]></author>
			<pubDate>Sun, 10 Jun 2012 15:52:37 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=101706#p101706</guid>
		</item>
		<item>
			<title><![CDATA[Problem with Firefox 12]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=101705#p101705</link>
			<description><![CDATA[<p>Hello,</p><p>I cannot get the editor to show in FF12, even with the simplest page:</p><div class="codebox"><pre><code>&lt;head&gt;
&lt;script language=&#039;text/javascript&#039; type=&#039;text/javascript&#039; src=&#039;./tiny_mce/tiny_mce_src.js&#039;&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;textarea columns=10 rows=10 id=editor&gt;

&lt;/textarea&gt;

&lt;script type=&quot;text/javascript&quot;&gt;

  
    tinyMCE.init({
        // General options
        mode: &quot;exact&quot;,
        theme: &quot;advanced&quot;,
        editor_selector: &quot;mceEditor&quot;,
        elements: &#039;editor&#039;,
        editor_deselector: &quot;mceNoEditor&quot;,
        relative_urls : false,
           remove_script_host : false,
        document_base_url: &quot;http://localhost:12051/BSIR/&quot;,
        plugins: &quot;safari,spellchecker,pagebreak,style,layer,table,advimage,advlink,save,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,imagemanager,filemanager,&quot;

        
    });
&lt;/script&gt;

&lt;/body&gt;</code></pre></div><p>This is using a vanilla set of the tnyMCE 3.5.2 files with no extra plugins etc. Also using the latest version of FF12.</p><p>The page shows fine in IE, but in FF the textarea has visibility=hidden added to the attributes and the error console says this.getDoc() is undefined. </p><p>Any clues?</p>]]></description>
			<author><![CDATA[dummy@example.com (CurlyPaul)]]></author>
			<pubDate>Sun, 10 Jun 2012 15:29:00 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=101705#p101705</guid>
		</item>
	</channel>
</rss>
