2012-03-30 45 views
1

我在同一頁面中使用了兩個相同的tinymce編輯器。第一個編輯器是可編輯的,而第二個編輯器是不可編輯的firefox.all其他瀏覽器這兩個編輯器是可編輯的。是否有任何解決方案可用於此?在Firefox中的兩個tinymce編輯器問題

這是我的代碼

> <textarea id="recipeDesc" class="mceEditor required" cols="80" 
> rows="24" title=" Enter a Description " helper="formTinyMce" 
> name="recipeDesc" style="display: none;"></textarea> <span 
> id="recipeDesc_container" class="mceEditor o2k7SimpleSkin"> <table 
> class="mceLayout" cellspacing="0" cellpadding="0" style="width: 500px; 
> height: 450px;"> <tbody> <tr> <td> <div class="mceIframeContainer"> 
> <iframe id="recipeDesc_ifr" frameborder="0" src="javascript:""" 
> style="width: 100%; height: 430px;"> <html> </iframe> </div> </td> 
> </tr> <tr class="last"> </tbody> </table> </span> <br> <label 
> for="recipeProcess">Recipe Process : </label> <textarea 
> id="recipeProcess" class="mceEditor required" cols="80" rows="24" 
> title=" Enter a process " helper="formTinyMce" name="recipeProcess" 
> style="display: none;"></textarea> <span id="recipeProcess_container" 
> class="mceEditor o2k7SimpleSkin"> <table class="mceLayout" 
> cellspacing="0" cellpadding="0" style="width: 500px; height: 450px;"> 
> <tbody> <tr> <td> <div class="mceIframeContainer"> <iframe 
> id="recipeProcess_ifr" frameborder="0" src="javascript:""" 
> style="width: 100%; height: 430px;"> <html> <head 
> xmlns="http://www.w3.org/1999/xhtml"> <body id="tinymce" 
> class="mceContentBody " spellcheck="false" dir="ltr"> <false> </body> 
> </html> </iframe> </div> </td> </tr> <tr class="last"> </tbody> 
> </table> </span> 
+0

任何javascript錯誤? – 2012-03-30 08:56:15

+0

這與zend框架有何關係? – Xerkus 2012-04-01 14:37:41

+0

你能告訴我們你的tinymce配置嗎? – Thariama 2012-04-02 11:21:55

回答

0

我相信這是與Firefox的錯誤,如果你安裝最新的每晚構建其解決:http://nightly.mozilla.org/。夜間使用時通常會發出警告 - 可能不穩定!

+0

我相信現在已經修復了Firefox 12。 – Dan 2012-04-25 16:35:40