﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4883	IE: Word cleanup leaves margins	Frederico Caldeira Knabben	Garry Yao	" 1. Open the attached document on Word.
 2. Hit CTRL+A to select all.
 3. Hit CTRL+C to copy.
 4. Paste in the editor.

Actual results:

{{{
<p style=""margin: 0cm 0cm 10pt"">
	Testing Word Cleanup</p>
<p style=""margin: 0cm 0cm 10pt"">
	Testing Word Cleanup</p>
<p style=""margin: 0cm 0cm 10pt"">
	Testing Word Cleanup</p>
}}}

Expected results (ok in Firefox):

{{{
<p>
	Testing Word Cleanup</p>
<p>
	Testing Word Cleanup</p>
<p>
	Testing Word Cleanup</p>
}}}"	Bug	closed	Normal	CKEditor 3.1	Plugin : Paste from Word	SVN (CKEditor) - OLD	fixed	Confirmed IE Review+	
