After Chrome update, browse server button stop working. Also its happen on demo page too
http://ckeditor.com/demo
Is anybody help me to fix this issue?
Edit: It seems, Chrome 18 open ckfinder in window with wrong dimensions (width=0,height=0)
http://ckeditor.com/demo
Is anybody help me to fix this issue?
Edit: It seems, Chrome 18 open ckfinder in window with wrong dimensions (width=0,height=0)

Documentation Manager, CKSource
See CKEditor 4.x docs, CKEditor 3.x docs, CKFinder docs for help. CKEditor general FAQ is useful, too!
If you think you found a bug in CKEditor, read this!
Many thanks to the development team for the quick fix!
Once I downloaded the _source files from the nightly build into my development platform, ran CKPackager and replaced the existing ckeditor.js and ckeditor_basic.js files on my live environment, Chrome worked perfectly.
Can you help us?
I tried to fix it with this.
var ua = navigator.userAgent.toLowerCase();
if ( ua.indexOf( ' chrome/18' ) == -1 ) {
popupWindow.moveTo( left, top );
popupWindow.resizeTo( width, height );
}
But It doesn't work. Thank you for your help
Many thanks in advance
Looking forward.
It was fixed but it's back with Chrome 20.0.1132.47.m