This is only happening in images. I am using the ColdFusion connector and the latest 2.6.6 download.
If I open up the image file browser to link to an image, all seems to work fine. I click 'browse server' and click on the image I need. When the image appears in the preview window, though, its url reads as
%5Cul%5C70/013.jpg
When it should be
/ul/70/013.jpg
Which is what the top image string is, unescaped. The escaped version displays when in a browser window, but not inside of FCKEditor, either in the image preview or the edit window. If the editor displayed it properly I wouldn't care. I could write some code that undoes this after a save but that neither seamless or desirable behavior. I can also manually replace the %5C characters in the preview window and it'll work fine. But again thats not desirable behavior.
I'm upgrading from v2.4.x so its not like I'm making a major change here. I've worked with this editor for years so I'm pretty well familiar with it, but can't figure out where this escaping of the slashes is taking place. Its happening in both IE and FF.
If I open up the image file browser to link to an image, all seems to work fine. I click 'browse server' and click on the image I need. When the image appears in the preview window, though, its url reads as
%5Cul%5C70/013.jpg
When it should be
/ul/70/013.jpg
Which is what the top image string is, unescaped. The escaped version displays when in a browser window, but not inside of FCKEditor, either in the image preview or the edit window. If the editor displayed it properly I wouldn't care. I could write some code that undoes this after a save but that neither seamless or desirable behavior. I can also manually replace the %5C characters in the preview window and it'll work fine. But again thats not desirable behavior.
I'm upgrading from v2.4.x so its not like I'm making a major change here. I've worked with this editor for years so I'm pretty well familiar with it, but can't figure out where this escaping of the slashes is taking place. Its happening in both IE and FF.