0

私の管理パネルにはfckeditor(2.6.4)の2つのインスタンスがありますが、ff11では2番目のインスタンスは表示されません。他のブラウザ(ff10を含む)では、この問題は発生しません。

$oFCKeditor = new FCKeditor('ps_short_description') ;
$oFCKeditor->Width = '600';
$oFCKeditor->Height = '300';
$oFCKeditor->BrowserPath = SHOP_WWW_PATH.'/upload/fck_files';
$oFCKeditor->Value = "";
$oFCKeditor->Create() ; 

$oFCKeditor = new FCKeditor('ps_description') ;
$oFCKeditor->Width = '600';
$oFCKeditor->Height = '500';
$oFCKeditor->BrowserPath = SHOP_WWW_PATH.'/upload/fck_files';
$oFCKeditor->Value = "";
$oFCKeditor->Create() ;

ff11とff9のHTMLコードは同じです(Firebug)。

この問題に対処する方法は?

4

1 に答える 1

0

この時点で、最も簡単な方法は、Firefox12がリリースされるまで11日間待つことです。このバグはFirefox12で修正されています。

于 2012-04-13T16:40:50.203 に答える