Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/285.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php firefox11中的2个fckeditor实例_Php_Firefox_Fckeditor - Fatal编程技术网

Php firefox11中的2个fckeditor实例

Php firefox11中的2个fckeditor实例,php,firefox,fckeditor,Php,Firefox,Fckeditor,在我的管理面板中,我有两个fckeditor 2.6.4的实例,但在ff11中,第二个实例不可见。 在其他浏览器中,包括ff10,没有这个问题 $oFCKeditor = new FCKeditor('ps_short_description') ; $oFCKeditor->Width = '600'; $oFCKeditor->Height = '300'; $oFCKeditor->BrowserPath = SHOP_WWW_PATH.'/upload/fck_file

在我的管理面板中,我有两个fckeditor 2.6.4的实例,但在ff11中,第二个实例不可见。 在其他浏览器中,包括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


如何处理这个问题?

此时,最简单的方法可能是等待11天,直到Firefox 12发布。Firefox 12中已修复此错误。

如何将fckeditor插入adminn面板?通过javascript?在这里给你插入代码。每个浏览器的HTML输出是什么样子的?请学习如何正确格式化您的代码。。。这并不难