狼一匹

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

CKFINDER 谷歌CHROME 18+以上 打不开窗口

 found it curious that other browsers like IE, Firefox were working for the image browser popup, and Chrome wasn’t. It was just showing a blank page like below.

I checked the CKFinder support site, and found this to not be very helpful.

Found a fix through a foreign website.

In the CKeditor.js file, find this string:

s.moveTo(r,q);s.resizeTo(n,o);

And just comment it out like this:

/*s.moveTo(r,q);s.resizeTo(n,o);*/

It should work now on Chrome 18+.

Note: CKEditor 3.6.3,  CKFinder 2.2.2

 

 

原文地址:http://demijnzia.com/2012/07/14/ckfinder-chrome-18-popup-issue/

posted on 2012-07-26 14:53  狼一匹  阅读(160)  评论(0)    收藏  举报