Postponed (maintainer needs more info)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.11
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2012 at 15:20 UTC
Updated:
6 Dec 2012 at 11:52 UTC
Comments
Comment #1
simranjitsingh commentedComment #2
dczepierga commentedIf i understand good - slash is added after click save button?
Do u check filters in input formats settings (in Drupal)? May be try to disable all and then check does it help or not...
I think one of the filters enabled there do something like this...
Greetings
Comment #3
simranjitsingh commented@ dczepierga:
Turning off the filters did not work. I am facing the same problem.
Also not just slash but '/node' is added in front of the url. example:
if image path is:
sites/all/images/...
and I write the path as
src="sites/all/images..."
then the CKeditor also doesnot show the image and after clicking save the '/node' is added to the front making the url
src="/node/sites/all/images..."
it works fine if I use url as:
src="/sites/all/images..."
Why not placing a slash makes extra words being added to the url ? Help Please.
Comment #4
dczepierga commentedCould u try to update your module to last DEV version?
I check this in few instance of Drupal with CKEditor module, and i cannot reproduce this.
So probably is sth in your Drupal configuration...
Greetings
Comment #5
simranjitsingh commentedCould you please let me know of any configuration that could cause such behaviour ?
Comment #6
dczepierga commentedHmmm i think only filters in input format can transform sth like that... i don't know other way to do sth like this - so the problem must be somewhere there...
May be try to install fresh Drupal and check does sth like this happend... if not install all step by step and check - then u will find where is the problem.
Greetings