Log in or register to post comments
Last post
Chrome 18 "Browse Server" not working
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)
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.
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
Unfortunately, the patch is not resolving the issue for me and filebrowsing with Chrome.
Re: Chrome 18 "Browse Server" not working
I'm also not having any luck with the patch. Does this only work when CKFinder is in use? I'm using CKEditor with IMCE as a file browser on various Drupal sites and would like to be able to patch this up before next week's release if possible.
Re: Chrome 18 "Browse Server" not working
If so, you should watch the ticket mentioned above -- it has just been closed. You should be able to use the last patch provided there.

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!

Re: Chrome 18 "Browse Server" not working
Thanks Anna. My bad. This was the first time I'd tried to patch CKEditor and I didn't realize at first that the files needed to be repackaged. A bit more research led me to CKPackager and all is working as expected now.

Many thanks to the development team for the quick fix!
Re: Chrome 18 "Browse Server" not working
Thank you for the quick response to this issue.

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
clintond wrote:Thank you for the quick response to this issue.

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
Re: Chrome 18 "Browse Server" not working
I am also having this issue, and thinking I'd found a solution, went to the patch via the link provided. This is the first time I have ever had to deal with a patch for CKEditor and would really appreciate some explanation as to what to do next. I was hoping that it would just be a case of "add this piece of code to this file" or "replace this piece of code", but I'm just totally confused. I've seen mention of CKPackager, but cannot find where to get it. I've also searched for how to install patches and haven't got very far there either. Is it not possible for me to just add in the popup JS code somewhere?? And if so, what do I have to do?

Many thanks in advance
Re: Chrome 18 "Browse Server" not working
Hi I'm having the same problem. Despite having installed the Patches and also updated CSEditor, the problem still continues. Does anyone know of any solution, or forecast to be corrected?

Looking forward.
Re: Chrome 18 "Browse Server" not working
giannesdabrun wrote:Hi I'm having the same problem. Despite having installed the Patches and also updated CSEditor, the problem still continues. Does anyone know of any solution, or forecast to be corrected?

Looking forward.


It was fixed but it's back with Chrome 20.0.1132.47.m :(
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.