﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14912	Paste should match style of target context when forcePasteAsPlainText is enabled	vdk9000		"== Steps to reproduce ==

1. Download standard package from http://ckeditor.com/download
2. Add to config.js: config.forcePasteAsPlainText = true;
3. Open samples/index.html in browser
4. Bold the entire paragraph ""I'm an instance of CKEditor""
5. Select and copy the text ""Congratulations!""
6. Click inside the bolded paragraph and press CMD+V (Mac) to paste

== Expected result ==

Pasted text should match the style of the target context (i.e. bold text), since the text is without formatting of it's own (plain text).

== Actual result ==

Pasted text does not respect the formatting of it's new context. The bold element is split up into two at the position of paste.

== Other details (browser, OS, CKEditor version, installed plugins) ==

* Mac OS X 10.9.4
* Google Chrome 53.0.2785.116 (64-bit)
* CKEditor 4.5.11 (revision 3876e73)
* Standard plugins
"	Bug	closed	Normal		General		duplicate		
