﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9325	FF:Can't paste plain text by right-click when forcePasteAsPlainText= true	dongqiuhong		"
forcePasteAsPlainText is true, FF version is 15.0.1

I debug it and find that the problem is clipboard plugin.

in getClipboardData method , 226 line, 

// Wait a while and grab the pasted contents
		window.setTimeout( function()
		{ ...},0);
when exeute these codes, paste will be exeuted directly,and can't grab the pasted contents.

If i use ctrl+V ,it's ok.
"	Bug	closed	Normal		General	3.6.4	invalid		
