﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6858	Full page mode: Spell check dialog adds extra class to body element	Wiktor Walc		"When SCAYT is enabled and the spell check dialog is used to check the document, an extra class is added to the body element.

 1. Open _samples/fullpage.html
 2. Start with:
{{{
<html>
	<head>
	</head>
	<body>
		<p>
			Write your email message here schol.</p>
		<p>
			You can also...</p>
	</body>
</html>
}}}
 3. Enable SCAYT
 4. Open the Check Spell dialog, correct one word
 5. Click on Finish Checking
 6. Open the Check Spell dialog again
 7. Click on Finish Checking
 8. Check the source code, if it's ok, repeat 6-7 one more time.
 8. Result 'class=""scayt-enabled""' has been added to the body tag:
{{{
<html>
	<head>
		<title></title>
	</head>
	<body class=""scayt-enabled"">
		<p>
			Write your email message here school.</p>
		<p>
			You can also...</p>
	</body>
</html>
}}}

Confirmed in Safari 5.0.3 and Firefox 3.6.13."	Bug	closed	Normal		UI : Spell Checker	3.3	duplicate		WebSpellChecker.net
