﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14429	Webkit Blink add multiple &nbsp; to HTML pasted into contenteditable element.	Jakub Ś		"== Steps to reproduce ==

1. Go to https://en.wikipedia.org/wiki/HTTPS and copy first paragraph (from HTTPS to exchanged data)
3. Paste it in to CKEditor and switch to source.

== Expected result ==

Clean HTML without any extra &nbsp; before/after or between tags.

== Actual result ==

HTML with extra &nbsp; before/after or between tags. It works as expected if I for example run this code in dev tools: {{{console.log(document.getElementById('mw-content-text').getElementsByTagName('p')[0].innerHTML);}}}

== Other details (browser, OS, CKEditor version, installed plugins) ==

Reproducible in Win 7 and Mac on Safari and Chrome."	Bug	confirmed	Normal		General	3.0		Blink Webkit CantFix VendorFix	
