Hi All,
I'm using CKEditor 3.5.2 with CKFinder 2.0. I've set everything up so that I can include files and links in the content being edited by CKEditor with "Browse Server" using CKFinder as the file browser. Almost everything works except for one little quirk.
If I make a link or include an image with a URL that includes odd characters (space, ampersand and so on) they are correctly URL encoded when passed to the dialog in CKEditor from CKFinder. However, when I submit the content or do right click image properties the URLs are no longer URL encoded (bizarrely the links behave correctly).
Here is an example before (when passed back from CKFinder):
https://wibble.com:8443/cms/view.action?showfile=/My%20Folder/Public%20Content/puffin.gif
Re: URL Encoding Oddity
Do you see the same problem on the demo page?
(check "CKEditor Integration", each resource type contains a folder with a space named "Public Folder").
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: URL Encoding Oddity
It seems to work correctly in your CKEditor integration demo.
I'm using:
ckeditor: version:'3.2', revision:'5205'
ckfinder: version: '2.0', revision: '1093'
The demo versions seem to be?
ckeditor: version:'3.6.1', revision:'7072'
ckfinder: <can't find version>
I'm guessing a fix went in at some point.
Do you have a compatibility table for ckeditor and ckfinder versions and an idea which version the URL fix is in (I'd rather not upgrade both unless I have to)?
Cheers
Re: URL Encoding Oddity
Re: URL Encoding Oddity
Just guessing, http://dev.ckeditor.com/ticket/5256 ?
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: URL Encoding Oddity