﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5488	Normal Paste affected by paste from word	Garry Yao	Garry Yao	"=== Reproducing Procedures ===
 1. Open http://ckeditor.com/files/test.html
 1. Select all page content with Ctrl + A;
 1. Open any of the sample page;
 1. Click on ""Paste from Word"" button once, in the popup dialog, allow the clipboard access option;
 1. Press ""New Page"" to clear all contents;
 1. Click this time on ""Paste"" button, in the popup dialog, allow the clipboard access option;
 * Actual Result: The ""class"" attribute is missing.
 {{{
 <p>
	styled text</p>
 }}}
 * Expected Result:
 {{{
<p class=""someclass"">
	styled text</p>
 }}}
"	Bug	closed	Normal	CKEditor 3.3	Core : Pasting	3.2	fixed	Confirmed Review+	
