2012-03-30 21 views
1

私は同じページに2つの同じtinymceエディタを使用しています。最初のエディタは編集可能で、2番目のエディタはfirefox.allで編集できません。他のブラウザの両方のエディタは編集可能です。 http://nightly.mozilla.org/firefoxの2つのtinymceエディタの問題

この

は、私は、これはあなたが最新のナイトリービルドをインストールした場合に解決されるのFirefoxのバグであると考えている私のコード

> <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のエラー? –

+0

これはどのようにzendフレームワークに関連していますか? – Xerkus

+0

あなたはあなたのtinymceの設定を教えてくれますか? – Thariama

答えて

0

です。夜間使用時には通常の警告が適用されます。安定していない可能性があります。

+0

これはFirefox 12で修正されたと思います。 – Dan