﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13865	[Chrome] Copy - Paste adds non-breaking space	Maxime		"Hi,
The problem is that a non-breaking space is replaced by empty char after saving changes in CKEditor, and so the text before and after the space is joined.

== Steps to reproduce ==

1. Go on http://ckeditor.com/demo
2. Copy some text from the CKEditor frame
3. Press ENTER
4. Type some text and press SPACE
5. Press Ctrl+V / Cmd+V (depending on your Operating System)
6. In the Web Dev Tools, in the source, you'll see ""Your text&nbsp;Your pasted text""

== Expected result ==

""My text my pasted text""

== Actual result ==

""My text&nbsp;my pasted text""

== Other details (browser, OS, CKEditor version, installed plugins) ==

Reproduce on CKEditor 4.4.7, 4.5.4
Ubuntu 15.04, Windows XP, Windows 7
Chrome v46.0.2490.80 (Ubuntu 15.04)"	Bug	closed	Normal		General		invalid		
