﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3945	Inserting an Anchor removes selected content	Artur Formella		"Steps to reproduce:

- Open replacebyclass example

- Select ""some""

- insert an Anchor

Result:
{{{
<p>
	This is <a name=""a""></a><strong> text</strong>. You are using <a href=""http://www.fckeditor.net/"">CKEditor</a>.</p>
}}}

Expected result:
{{{
<p>
	This is <a name=""a"">some</a> <strong>text</strong>. You are using <a href=""http://www.fckeditor.net/"">CKEditor</a>.</p>
}}}
"	Bug	closed	Normal		Core : Output Data		fixed		
