﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5394	chrome: copying from one instance to another creates unnecessary inline css	tyler45		"tested with nightly build and chrome 4.1.249.1042 beta (42199) (in my experience this also happens with older versions of chrome), vista sp2.

when copying (not source view) the default para from nightly build in one chrome to another:

<p>
	This is some <strong>sample text</strong>. You are using <a href=""http://ckeditor.com/"">CKEditor</a>.</p>

becomes: 

<p>
	&nbsp;</p>
<div style=""font-family: Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); "">
	<p>
		This is some&nbsp;<strong>sample text</strong>. You are using&nbsp;<a href=""http://ckeditor.com/"">CKEditor</a>.</p>
</div>

this happens for all types of html; extra unnecessary inline css is appended to the pasted html source.

this doesn't happen in firefox 3.*"	Bug	closed	Normal		General		duplicate		
