#10589 closed Bug (invalid)
Copy from MS Word adds filepath to anchor links in IE
Reported by: | Dwayne | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Plugin : Paste from Word | Version: | |
Keywords: | Cc: |
Description
Copying content with anchor links (e.g. <a href="#demo">Demo</a>) adds file path to the link.
eg. <a href="file:///C:/Users/dgrant/Documents/test.docx#demo">Demo</a>
Change History (2)
comment:1 Changed 12 years ago by
Keywords: | Microsoft word Copy Paste Link Anchor Local File Path removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
comment:2 Changed 11 years ago by
Component: | Core : Pasting → Plugin : Paste from Word |
---|
This is what IE passes to CKEditor (other browsers don't do that).
Browser always gets to pasted data before editor. This is what editor receives and there is no way for it to know user wanted only part of path and not whole. This is rather won’t fix issue.
The only workaround I see here is to create anchors in editor/html page directly and not in desktop application.