﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3529	[IE] Wrong find matching in IE8 quirks	Tobiasz Cudnik	Garry Yao	"Wrong find matching in IE8 quirks.

=== TC ===
 1. Use following content:
{{{
<p>
	^a foo a</p>
<p>
	a foo a</p>
<p>
	&nbsp;</p>

}}}
 2. Open Find dialog
 3. Search for ""foo""
Result:
{{{
<p>
	a ^foo a^</p>
<p>
	a foo a</p>
<p>
	&nbsp;</p>

}}}
Expected result:
{{{
<p>
	a ^foo^ a</p>
<p>
	a foo a</p>
<p>
	&nbsp;</p>

}}}
Does not take place in IE8 strict."	Bug	closed	Normal	CKEditor 3.0	General		fixed	Confirmed IE Review+	
