CKFinder was integrated with CKEditor using the latest versions of both. Everything works fine on my own Firefox / Mac setup.
On Windows there are several problems with CKFInder, depending on the browser
- IE: when I click the "link" button in CKEditor and then "browse server" to put a link on some selected text, the popup opens but the "loading …" message does not go away and the list of files never appears.
- Chrome: The list of files appears fine but when I double click a file the window closes and no data is entered the URL field. When I then click OK again I get an error message saying no link address was entered
- FF: all ok.
The issue seems to be JS related. Anyone know how I can begin to debug this?
On Windows there are several problems with CKFInder, depending on the browser
- IE: when I click the "link" button in CKEditor and then "browse server" to put a link on some selected text, the popup opens but the "loading …" message does not go away and the list of files never appears.
- Chrome: The list of files appears fine but when I double click a file the window closes and no data is entered the URL field. When I then click OK again I get an error message saying no link address was entered
- FF: all ok.
The issue seems to be JS related. Anyone know how I can begin to debug this?
Re: Integration difficulties
Can you repeat the same errors on the demo site http://ckeditor.com/demo?
I couldn't actually...
If there are problems only on your side, try to use Developer Tools (in menu Tools->Developer Tools) for debuging javascript.
For Chrome you can use "Setting_button_on_the_right_upper_corner_of_the_url"->Tools->Developer tools as well.