﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6114	SCAYT / Font tag / IE interaction	Charlie		"From http://cksource.com/forums/viewtopic.php?f=11&t=19714

   1. Open IE and go to CKEditor demo: http://ckeditor.com/demo
   2. Paste this HTML code into source view
{{{
<p>
<a href=""#"" onclick=""window.open('http://www.anydomain.test','windowname','width=320,height=240'); return false""><font size=""2"">wordinsidelink1 wordinsidelink2 wordinsidelink3 wordinsidelink4</font></a></p>
}}}
   3. Turn on the spell checker
   4. Switch between HTML and design views to see the code changes

When the spell checker checks the document, it apparently splits the font tag in the following way: word1 and its font tag is enclosed inside the misspell span. I.E. <span class=""scayt-misspell""><font>word, then the following three words are <font><span class=""scayt-misspell"" id=""thisone"">word

Works fine in FF. Hope that helps describe the problem well enough!

"	Bug	confirmed	Normal		UI : Spell Checker	3.3.2		IE	WebSpellChecker.net
