
























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 ) ;
测试通过。
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。