When pasting bold text with links from MS Word into CKEditor it removes the space after the link:

<strong>one <a>link</a> text</strong>
"one link text"

becomes
<strong>one </strong><a><strong>link</strong></a><strong>text</strong>
"one linktext"

Comments

jcisio’s picture

I can't reproduce it. Which version of Word were you using? Anyway it doesn't look like a bug of CKEditor.module. Did you test at http://ckeditor.com/demo?

orjantorang’s picture

This is might more of a copy/paste problem before MS Word. (Word 2007)

I can't reproduce it either from a new MS Word doc, so I had to go back and look at the origin of this problem. One of my user has copied text from a site into word and then copy/paste into CKEditor. And from that file I got, I can reproduce it both on my site and at http://ckeditor.com/demo.

I guess the site has a sort of margin instead of a real space between links and following words, that MS Word handles but CKEditor is removing.

So I would say that this is really a problem somewhere else. I have seen this kind of links a couple of times before but I hope they are very unusual.

jcisio’s picture

Status: Active » Closed (works as designed)

Then there is no problem here. If yes, it should be reported at dev.ckeditor.com