#7139 closed Bug (fixed)
URL encoding for image path is lost in CKEditor 3.5
Reported by: | Sebastian | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.5 |
Keywords: | Cc: | saskenazy@… |
Description
When adding an image using CKEditor, the URL encoding for the space character is lost, though it was properly encoded in the Image properties box.
1) Use the Image Properties' Browse Server button to add an image with a path containing a space, for example with a directory named /New York. 2) After image is chosen, URL field correctly shows that directory in the path as /New%20York 3) Click OK. 4) In the CKEditor area view the source. The new image's path has lost the encoding for the space - it shows as /New York
Using Mac 10.6, error occurs with Firefox and Chrom Using PC, error occurs with IE 8
Note that most browsers don't need the space encoded, I am using CKEditor to create HTML for an email. In some email clients (e.g. Gmail) the image will be broken unless this space is encoded.
Change History (2)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Upgraded to 3.5.1 and problem is resolved.