firefox中的两个tinymce编辑器问题

时间:2012-03-30 06:10:32

标签: tinymce

我在同一页面使用两个相同的tinymce编辑器。第一个编辑器是可编辑的,第二个编辑器在firefox.all其他浏览器中不可编辑。两个编辑器都是可编辑的。有什么解决方案可用吗?

这是我的代码

> <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>

1 个答案:

答案 0 :(得分:0)

我相信这是Firefox的一个错误,如果你安装了最新的每晚版本,我就会解决这个问题:http://nightly.mozilla.org/。使用夜间时通常会发出警告 - 可能不稳定!