﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1509	normal whitespace changed into &nbsp; by innerHtml()	Koen Willems	Martin Kou	"I noticed that insertHtml() in IE 6 and IE 7 changes a preceding whitespace (like ' ') into '&nbsp;'.[[BR]]
As far as I can see this behaviour is caused by the following line (number 165) in fck_ie.js:

html = '<span id=""__fakeFCKRemove__"">&nbsp;</span>' + html ;
BR]]

Changing this line into (for example)


html = '<span id=""__fakeFCKRemove__"">fakeFCKRemove</span>' + html ;

seems to solve this.

Regards,
Koen Willems

"	Bug	closed	Normal	FCKeditor 2.6	General	FCKeditor 2.5 Beta	fixed	Confirmed IE Review+	
