Opened 14 years ago

Closed 14 years ago

#6280 closed Bug (duplicate)

Image with absolute path on the same domain as the editor changes to relative path when drag'n'dropped

Reported by: alias Owned by:
Priority: Normal Milestone:
Component: General Version: 3.4
Keywords: Firefox Cc:

Description

Steps to reproduce :

1) go to the ckeditor demo: http://ckeditor.com/demo

2) right click on the image on the left and select "Image properties"

3) change the image url to an image on the same domain of the editor: http://ckeditor.com/sites/default/files/adobelogo.png?1248534498

4) click on ok

5) drag and drop the image somewhere in the text

6) right click again on the image and select "Image properties"

7) path changed to relative path. (it become sites/default/files/adobelogo.png?1248534498)

This is a bug especially when the editor is in a folder of the site, while the editor's text is displayed somewhere else (not in that folder)

Change History (5)

comment:1 Changed 14 years ago by Krzysztof Studnik

Keywords: Firefox added
Status: newconfirmed

Confirmed on demo, but only for Firefox. Other browsers, path is absolute

comment:2 Changed 14 years ago by jean-francois labbe

Same problem!!

comment:3 Changed 14 years ago by abushnell

Having same issue here: #6320

comment:4 Changed 14 years ago by Sa'ar Zac Elias

Note: only happens with DnD (similar issue with copy-paste was resolved in #5218).

comment:5 Changed 14 years ago by Alfonso Martínez de Lizarrondo

Resolution: duplicate
Status: confirmedclosed

Dup of #6275

The removal of the attributes means that the protected src is lost and we get the original browser behavior.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy