﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9754	Cut/paste simple unformatted text generates inline wrapper in Webkits	Ronald	Piotrek Koszuliński	"When I cut and paste a really simple piece of text within the CKEditor (that is, no MSWord or other source is being used), still additional formatting is added in Google Chrome.

Reproduction scenario in Google Chrome v23:
* Enter the text 'Test'
* Verify in the CODE view that your code is <p>Test</p>
* Go back to wysiwyg view
* Cut the letter 'e' using Ctrl+X
* Paste it anywhere (eTst, Test, Tset, Tste)
* Go to CODE view again; note that a <font> tag has been added. Ffor example: <p>T<span style=""font-size: 13px;"">e</span>st</p>

Expected behaviour (yep, I know Chrome makes this harder):
* No additional formatting should be generated in general
* Especially when cutting and pasting at the same position, the result should be the original text without changes


This bug is reproducable in nightly build demo (http://nightly.ckeditor.com/3998/samples/replacebyclass.html)"	Bug	closed	Normal	CKEditor 4.0.1	Core : Pasting	4.0	fixed	Webkit	
