2012-04-13 8 views
0

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

$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)。

この問題を処理するにはどうすればよいですか?

+0

管理者パネルにfckeditorを挿入するにはどうすればよいですか? JavaScriptを介して?ここに挿入コードをつけてください。 –

+0

HTML出力はブラウザごとにどのように見えますか?あなたのコードを適切にフォーマットする方法を学んでください...難しくありません – ManseUK

答えて

0

この時点で、最も簡単なことは、Firefox 12がリリースされるまで11日間待つことです。この不具合はFirefox 12で修正されました。

関連する問題