﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7812	SCAYT breaks anchor text	Garry Yao		" 1. Enable SCAYT, load the editor with the following source:
{{{
<p>
	<a name=""anchor1"">anchor mis</a>pell</p>
}}}
 1. Wait until word ""mispell"" is marked by SCAYT;
 * Actual Result: marker splits up the anchor text into two, with each of them get applies the anchor styles.
 1. Now open context menu on first anchor and change the name to ""anchor2"";
 1. Check source:
 * Actual Result:
{{{
<p>
	<a name=""anchor2"">anchor </a><a name=""anchor1"">mis</a>pell</p>

}}}"	Bug	confirmed	Normal		UI : Spell Checker	3.6			WebSpellChecker.net
