﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8470	existing link can not be modified	yiminghe		"1. open ckeditor at trunk and switch to source mode

2. input 

{{{
1<a href='http://www.taobao.com'>2</a>3
}}}

3. switch to wysiswyg mode and select all text

4. set link to http://www.ckeditor.com

5. switch to source mode again

expect :


{{{
<a href='http://www.ckeditor.com'>123</a> (same with tinymce)
}}}

actual result :

{{{
<a href=""http://www.ckeditor.com"">1</a><a href=""http://www.taobao.com"">2</a><a href=""http://www.ckeditor.com"">3</a>
}}}

ps :

i attach a ugly patch for this problem ( i think it's a bug) , hope for a better solution
"	Bug	confirmed	Normal		Core : Styles	3.0			
