﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5448	forcePasteAsPlainText doesn't work in specific situation	Paweł Wilk		"To reproduce this bug, we should have enabled option forcePasteAsPlainText in ckeditor configuration.
Next step will be get a few text with paragraphs, sample text attached. The last thing will be paste it into editor, but without using Ctrl+V, paste Contextual Menu or button, it must be option from browser main menu Edit -> Paste. 
After we should get this in source:
{{{
<p>
	Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<p>
	Nullam suscipit auctor nisi sed vulputate.</p>
<p>
	Cras in odio sit amet metus rhoncus scelerisque id at nunc. Praesent a faucibus eros.</p>
}}}
but choosing paste option from browser menu produce something like that:
{{{
<p>
	Lorem ipsum dolor sit amet, consectetur adipiscing elit.<br />
	<br />
	Nullam suscipit auctor nisi sed vulputate.<br />
	<br />
	Cras in odio sit amet metus rhoncus scelerisque id at nunc. Praesent a faucibus eros.</p>
}}}
Completely ignoring the forcePasteAsPlainText setting.
Bug appear in IE7, Opera 9.64 and FF 3.5.9. I haven't tested other browsers yet, but i think it also doesn't work in them.
First report of this bug was on http://drupal.org/node/745020

"	Bug	closed	Normal		Core : Pasting	3.2	duplicate		
