#9441 closed Bug (expired)
anchors problem copying from word
Reported by: | marcelo | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Plugin : Paste from Word | Version: | |
Keywords: | Cc: |
Description
hello! im trying ckeditor_3.6.5 and i have a little problem. when I copy a text from word with anchors, and paste it in ckeditor, all "anchor links" are converted to absolute, ex:
anchor from word "#more" url used by cms: /cms/edit.php
conversion by ckeditor: "/cms/edit.php#more" but, I have a separate ULR for CMS and website, how can I configure CKEDITOR to convert anchor only to "#more", without the CMS BASE PATH
thanks.
Attachments (1)
Change History (6)
comment:1 Changed 9 years ago by
Keywords: | anchor copy word relative absolute removed |
---|---|
Status: | new → pending |
Version: | 3.6.5 |
Changed 9 years ago by
Attachment: | AGUIRRE, Algunas cuestiones sobre el seguro ambiental2 editor.doc added |
---|
comment:2 Changed 9 years ago by
Hi! i have attached a Word file to show the problem. I open the file at my desktop (on disk C) on word, and copy it. after, I paste this content on CKEDITOR, using a cms at http://example.com/cms/edit.php (backend) All anchors from word are copied correct to CKEDITOR, but when I save my copied content in my CMS, all anchors are converted from relatives to absulutes like http://example.com/cms/edit.php?#_ftn1 So, when I show the copied article on my frontend at http://example.com/article.php, all anchors are absolute to the cms like http://example.com/cms/edit.php?#_ftn1 I will need that anchors from copied from word keep relatives..... Momentanialy, I solve it using a str_replace at frontend I hope you can understand. THanks a lot!!
comment:3 Changed 8 years ago by
Hi, sorry for late response. Could you tell me if this is happening in IE browser or every browser?
If this is happening in every browser then I would blame your CMS -
I save my copied content in my CMS
If this is happening only in IE then this won't fix issue just like #8022 and only user custom method just like your string replace can be used here.
comment:4 Changed 8 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
comment:5 Changed 7 years ago by
Component: | General → Plugin : Paste from Word |
---|
I have tried to use anchors in word document and didn't get this result. Anchors were pasted as they were created.