﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6925	Leading and trailing spaces are not included in getData	Hussam	Garry Yao	"I'm using the latest CKEditor version 3.5 and it seems that leading and trailing spaces are not being correctly reported using the getData() API. Here are the details:

If spaces are entered before or after any character, or only spaces are 
entered, not all spaces are reported in the data returned by the getData() call.
Here is an example:
Type a single space ==> getData() returns an empty string """"
Type another space  ==> getData() still returns an empty string """"
Type a 3rd space    ==> getData() now returns this string ""<p>\n &nbsp;&nbsp;</p>\n""

Also a trailing space that follows any character is not reported.
Example:
Enter any letter (e.g: w) ==> getData() returns        ""<p>\n w</p>\n"" 
Now enter a space         ==> getData() still returns  ""<p>\n w</p>\n""
Enter another space       ==> getData() now returns    ""<p>\n w&nbsp;</p>\n""

Is this a known issue? I was unable to find anyone else who reported this behaviour.

Thanks.

"	Bug	closed	Normal		Core : Output Data	3.5	fixed		
