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.
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!
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.
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 ); }
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?
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?
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?
Re: Chrome 18 "Browse Server" not working
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
Re: Chrome 18 "Browse Server" not working
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
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!