﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3813	Unlink result in fragmental <a>	Garry Yao		"=== Reproducing Procedures ===
1. Open the ''replace by class'' example page;
1. Make the following selection;
{{{
<p>
	<strong>bo[ld</strong> and lin]k</p>
}}}
1. Open link dialog to add a link;
1. Make a new collapsed selection as following and click 'Unlink';
{{{
<p>
	<strong>bo<a href=""http://example.com"">ld</a></strong><a href=""http://example.com""> and ^lin</a>k</p>
}}}
* Actual Result:
{{{
<p>
	<strong>bo<a href=""http://example.com"">ld</a></strong> and link</p>
}}}
* Expected Result:
{{{
<p>
	<strong>bold</strong> and link</p>
}}}
"	Bug	closed	Normal	CKEditor 3.0	Core : Styles		wontfix	Discussion	
