﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5700	SCAYT doesn't work with 'replace' command	Garry Yao		" 1. Load the following content in editor;
{{{
<p>
	wrongspell</p>
}}}
     * Expected Result: The word is red-marked in wysiwyg mode.
 1. Open 'Replace' dialog and replace the word with ""right spell"", then close the dialog.
  * Expected Result: The red underline is removed.
  * Actual Result: The red underline is still in place.
 1. Select 'sample text' and apply the 'Italic' style;
 1. Select 'sample' and remove the 'Bold' style;
 1. Swtich to Source mode and check the output.
  * Actual Result:
{{{
<p><strong>This </strong><em>is</em><em> some</em></p>
}}}
  * Expected Result:
{{{
<p><strong>This </strong><em>is some</em></p>
}}}
"	Bug	confirmed	Normal		UI : Spell Checker				WebSpellChecker.net
