﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11415	[Chrome] &nbsp; is inserted instead of space.	Piotr Jasiun	Tade0	"This ticket looks like continuation of #9929. **The problem is that #9929 was fixed in CKE 4.2.3 but it seems it has reappeared again in CKE 4.4.1**

Besides below TC with link you can also reproduce this problem with:
1. Paste below in source mode and switch to wysiwyg.
{{{
<p>This is a simple sentence.</p>
}}}
2. Remove space with backspace or delete and then insert it again. Result:
{{{
<p>This&nbsp;is&nbsp;a&nbsp;simple&nbsp;sentence.</p>
}}}

----

1. Open editor (replacebyclass.html) and inset following html in source mode:
{{{
<p>Source: <a href=""http://en.wikipedia.org/"">Wikipedia.org</a></p>
}}}
2. Switch back to WYSIWYG mode.
3. Put cursor just before 'Wikipedia.org'.
4. Press backspace.
5. Press space.
6. Go to source mode.

Result:
You will see:
{{{
<p>Source:&nbsp;<a href=""http://en.wikipedia.org/"">Wikipedia.org</a></p>
}}}

Expected:
There should be "" "" instead of ""&nbsp;"".

In FF everything is fine.

Probably related: #10359 and #9998"	Bug	review	Nice to have (we want to work on it)		General	4.6.2		Webkit Blink	
