﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11535	Pasting the text twice	Ramu Vellayappan		"Hi,

Problem: When I copy and paste plain text using ctrl + v , the content is getting pasted twice.

I have created a custom plugin. The functionality is adding a drop down into the CKEDITOR toolbar. Getting the value from database and attached the click event to it.

In the custom config I have following sett up:

config.pasteFromWordRemoveStyles = true;
cconfig.forcePasteAsPalinText = true;

When I paste the content by right click, it is pasting only once and working fine. One more thing I have notice my application is a single page application and I have 3 instance of CKEditor only in one instance the ctrl + v key pasting the content twice. Because only in this instance I have added extra plugin and added the drop down to the toolbar.

I have tested all the above actions in chrome browser and we are using CKEditor version 3.6.6

Could you please advice how to avoid the above mentioned problem. The content should be pasted only once.
"	Bug	closed	Normal		General	3.6.6	invalid		Ramu Vellayappan
