﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6453	Last whitespace ignored	picot		"Hello,
I use CKEditor with Windows XP, any browser. I just have a browser and a button to inspect the editor.getData() when clicked.
I type a sentence in the browser, push the button, correct result.

{{{
<div>
First sentence with 0 whitepaces at the end</div>
}}}

I add a single whitespace at the end, push the button => it has not been taken into account. The alert display the same sentence, without any whitespace at the end. This is the bug !!! =>

{{{
<div>
First sentence with 1 whitepaces at the end</div>
}}}


I add 2 whitespaces at the end, push the button => 

{{{
<div>
First sentence with 2 whitepaces at the end&nbsp;</div>
}}}
"	Bug	closed	Normal		General	3.0	duplicate		pomu@…
