2012-03-30 4 views
1

동일한 페이지에서 두 개의 동일한 tinymce 편집기를 사용하고 있습니다. 첫 번째 편집기는 편집 가능하고 두 번째 편집기는 firefox.all에서 편집 할 수 없습니다. 두 브라우저 모두 편집 가능합니다.이 솔루션을 사용할 수 있습니까? http://nightly.mozilla.org/ : 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

어떤 에러? –

+0

이것은 zend 프레임 워크와 어떤 관련이 있습니까? – Xerkus

+0

당신은 당신의 tinymce 구성을 보여줄 수 있습니까? – Thariama

답변

0

입니다. 야간에 사용할 때 일반적인 경고가 적용됩니다. 안정적이지 않을 수 있습니다!

+0

이 문제는 현재 Firefox 12에서 수정 된 것 같습니다. – Dan

관련 문제