﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9330	CKEditor Paste From Word strips anchor tags	Jake Berkes	Piotrek Koszuliński	"When using Paste From Word option, anchor tags (<a name=...>) are stripped from the code.

I have set PasteFromWordRemoveFontStyles=""false"" and PasteFromWordRemoveStyles=""false"". The only way to retain these tags is to skip cleanup using PasteFromWordPromptCleanup=""true"" and choose no at the prompt.

Attached file contains an anchor and hyperlink. Pasting the content into CKEditor without cleanup results in the following:

{{{
<a name=""Anchor1""><span style=""font-size:12.0pt;font-family:
&quot;Times New Roman&quot;,&quot;serif&quot;"">Anchor for text above.</span></a><span style=""font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;""><o:p></o:p></span></p>
}}}

Pasting with cleanup strips the <a name=..> tag completely:

{{{
<span style=""font-family:times new roman,serif;""><span style=""font-size:12.0pt;"">Anchor for text above.</span></span>
}}}"	Bug	closed	Normal	CKEditor 4.2.1	Plugin : Paste from Word	3.0	fixed	IBM	monahant@…
