在Firefox 14.0.1中,TinyMCE编辑器没有获得鼠标或光标焦点/不可编辑

时间:2013-06-03 09:19:35

标签: ruby-on-rails firefox tinymce

在我的Rails应用程序中,我在另一个内部有两个表单,每个表单都有两个文本区域,应该与编辑器一起使用。我已经完美地集成了TinyMCE编辑器,它在页面加载时嵌入了文本区域。但我只能编辑第一个文本区域,我无法在Firefox 14.0.1中获取鼠标点或光标指向第二个文本区域/根本不可编辑。此功能与Chrome和IE完美配合。我使用的文本区域具有以下DOM结构。

<textarea style="width: 426px; height: 117px; border: 1px solid rgb(209, 209, 209); float: left; display: none;" name="description" id="question-text" class="validate[required,funcCall[checkHELLO]] text-input description" aria-hidden="true">&lt;p&gt;bfdfghdfghd&lt;/p&gt;</textarea>


<textarea style="width: 426px; height: 117px; border: 1px solid rgb(209, 209, 209); float: left; display: none;" name="description" id="sub_question-text" class="validate[required,funcCall[checkHELLO]] text-input sub_description" aria-hidden="true"></textarea>

我不知道为什么第二个不可编辑。请帮忙。

0 个答案:

没有答案