﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9929	[Blink Webkit] &nbsp; is created when deleting character and typing common space	sir qwerty	Frederico Caldeira Knabben	"This is new erroneous behavior in CKEditor 4 using Chrome 23, Win7 x64. Steps to reproduce:
1. go to official demo page of CKEditor 4, wysiwyg mode
2. delete any character using backspace or delete key
3. immediately type a space just by plain spacebar
4. see the source - nbsp is created instead of common space char

On my configuration SCAYT is disabled, no difference.

----

Another TC:
1. Insert below code into editor and switch to WYSIWYG:
{{{
<p>This is a simple sentence.</p>
}}}
2. Delete all spaces and create them again
Result:
{{{
<p>This&nbsp;is&nbsp;a&nbsp;simple&nbsp;sentence.</p>
}}}

Problem can be reproduced in Blink and Webkit."	Bug	closed	Normal	CKEditor 4.2.3	Core : Keystrokes	4.0	fixed	WebKit Blink	
