﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1863	[Safari][Tag] Initial whitespace character being added erroneously.	cromulent		"Using Safari 3.0.4 (523.12.2) and creating FCKeditor instances using the Javascript API or replacing existing empty textareas, a single whitespace character is being added to the editor area. While this isn't a critical bug, it's somewhat annoying as the first line you enter in a blank FCKeditor instance has a single leading whitespace character.

The following creates an empty FCKEditor instance without an explicit default value, which gets populated with a single whitespace character:

{{{
<script>
var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ;
oFCKeditor.BasePath	= sBasePath ;
oFCKeditor.Height	= 300 ;
oFCKeditor.Create() ;
</script>
}}}

Similarly replacing an existing empty textarea causes a single whitespace character to get inserted

{{{
<textarea name=""test"" id=""test""></textarea>
}}}



"	Bug	closed	Normal	Safari Compatibility	General	FCKeditor 2.5.1	fixed	Confirmed	
