﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11415	[Chrome] &nbsp; instead of space before link	Piotr Jasiun		"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	confirmed	Normal		General	3.6.6 (SVN - trunk)			
