﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13770	extraAllowedContent does not work on copy-paste	Leo Yang		"== Steps to reproduce ==

1. Download the standard package of latest version (4.5.3)
2. edit config.js and add the following line:

   config.extraAllowedContent = 'div{margin*}';

3. Change the editor to source edit mode and copy the following html content into the editor:

   <p>test</p>
   <div style=""margin-top:50px"">test</div>

4. Exit the source edit mode and you will see the margin, which is correct. Then copy the whole content, refresh the page, and paste it back to the editor (not source edit mode).


== Expected result ==
The margin should be there.

== Actual result ==
There's no margin. It's filtered out.

"	Bug	closed	Normal		General		invalid		
