1、在editor的 js文件夹里面的 fckeditorcode_ie 文件 原 lement().document!=B) return null; 更改为
lement().document&&D.parentElement().document!=B) return null;
2、在 fckeditor.js 文件
var sBrowserVersion = navigator.appVersion.match(/MSIE (.\..)1] ;
return ( sBrowserVersion >= 5.5 ) ; 更改为
var sBrowserVersion = navigator.appVersion.match(/MSIE ([\d.])[1] ;
return ( sBrowserVersion >= 5.5 ) ;
测试通过。
标签:fckeditor,null,return,chrome,sBrowserVersion,编辑器,navigator,document From: https://www.cnblogs.com/pyman/p/16850292.html