私の管理パネルには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)。
この問題に対処する方法は?