﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14512	Missing leading spaces in response from getData() method	Marcin Goławski		"== Steps to reproduce ==

1. Focus on instance of CKEditor.
2. Type  '       Example'.
3. Set breakpoint on event that is fired when edit is finished.
4. Finish edit.
5. call from DevTools -> instance.getData()
6. result -> ""&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Example""
7. call from DevTools -> instance.document.$.activeElement.textContent
8. result -> ""            Example""
9. For now everything seems ok.
10. Start editing again.
11. Don't change anything and finish edit again.
12. Breakpoint is fired
13. call from DevTools -> instance.getData()
14. result -> ""Example""
15. call from DevTools -> instance.document.$.activeElement.textContent
16. result -> ""            Example""

Variable 'instance' is the CKEeditor instance.
As you see CKEeditor instances loose leading whitespaces.
== Expected result ==
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Example
== Actual result ==
Example
== Other details (browser, OS, CKEditor version, installed plugins) ==
browser -> Google chrome,
OS -> OS X 10.11.3
CKEditor version -> 4.5.7
Additional plugins -> justify"	Bug	closed	Normal		General		expired		golawskimarcin@…
