追求新生活 名字2008

活着的意义

fckeditor的显示(chrome浏览器不正常显示fckeditor编辑器)

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 ) ;

测试通过。

posted on 2022-11-02 10:47  pyman  阅读(99)  评论(0编辑  收藏  举报

导航