cotonti.com : CKeditor filebrowser window bug https://www.cotonti.com Last topic posts Cotonti en Sat, 31 Jan 2026 06:52:07 -0000 uznik73 In Google Chrome when using filebrowser in ckeditor v.3.6.2 new window invisible, cant be resizable or move.

To fix it need to replace in plugins/ckeditor/lib/ckeditor.js

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

to

var ua = navigator.userAgent.toLowerCase();if ( ua.indexOf( ' chrome/18' ) == -1 ){s.moveTo(r,q);s.resizeTo(n,o);};

I realy long time try to find how fix it problem, hope it's help someone else

full fixed ckeditor.js: download

]]>
Thu, 03 May 2012 18:05:42 -0000