﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8294	IE: Copied and Pasted content gets wrapped in <b>, <u>, <i>  or <span> tags	Jakub Ś		"This ticket was reported by @Ken in our support channel (Topic:” Request for support: content incorrectly display”)

1. Open any editor sample and switch to source
2. Clear everything 
3. Paste in the following code:
Example 1:
{{{
<p>
	<i><u><b><span style=""font-size: 16pt""><span style=""font-family: arial"">Simple testing sample for all features, </span></span></b></u></i></p>
<p>
	<span style=""font-size: 16pt""><span style=""font-family: times new roman"">font <span style=""color: #ff0000"">family, </span></span></span></p>
<p>
	End .</p>
}}}
Example 2:
{{{
<p>
	<span style=""font-size: 16pt""><span style=""font-family: times new roman"">font <span style=""color: #ff0000"">family, </span></span></span></p>
<p>
	End .</p>
<p>
	<i><u><b><span style=""font-size: 16pt""><span style=""font-family: arial"">Simple testing sample for all features, </span></span></b></u></i></p>
}}}
4. Switch back to WYSIWYG mode
5. Press CRTL+A, CRTL+C, CRTL+V
**Result:** All insights of paragraphs get wrapped in i,u,b (Example 1) or span (Example 2) tags.

Issue has been reproducible in IE browsers from CKE 3.1.
"	Bug	closed	Normal		Core : Pasting	3.1	fixed	IE	leungmwk@…
