﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3796	Anchors are not always editable	Frederico Caldeira Knabben	Martin Kou	" 1. Load the following HTML:

{{{
<p><a name=""Test"" title=""The Title""></a></p>
}}}

 2. Right click the anchor and select ""Edit Anchor"". (The ""Name"" field will be empty in the dialog)

 3. Type a new name, like ""Changed"".

In source view you will find the following, indicating that the element has been totally replaced:

{{{
<p><a name=""Changed""></a></p>
}}}
"	Bug	closed	Normal	CKEditor 3.0	General	SVN (CKEditor) - OLD	fixed	Confirmed 3.0RC Review+	
