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)
Mon, 04/02/2012 - 20:03
#1
Re: Chrome 18 "Browse Server" not working
Our team is aware of this bug. A few tickets have already been opened. It actually pops-up the window in the background, as further explained here also.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: Chrome 18 "Browse Server" not working
Thank you. This fix my issue. https://dev.ckeditor.com/ticket/8855
Re: Chrome 18 "Browse Server" not working
According to the patch I should to change file in _source folder, but I remove it, because of this http://docs.cksource.com/CKEditor_3.x/D ... imum_Setup. So, I don't want to load CKEditor from source files. What and where should I fix now?
Re: Chrome 18 "Browse Server" not working
Re: Chrome 18 "Browse Server" not working
Re: Chrome 18 "Browse Server" not working
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: Chrome 18 "Browse Server" not working
Many thanks to the development team for the quick fix!
Re: Chrome 18 "Browse Server" not working
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.
Re: Chrome 18 "Browse Server" not working
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
Re: Chrome 18 "Browse Server" not working
Many thanks in advance
Re: Chrome 18 "Browse Server" not working
Looking forward.
Re: Chrome 18 "Browse Server" not working
Re: Chrome 18 "Browse Server" not working
We're aware of it. If you can't wait for the official update you can download the current nightly build, which includes the fix. Otherwise, please be patient, an update is imminent.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!