﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
16593	IE11 regular pasting doesn't work	Marek Lewandowski		"
IE11 regular pasting doesn't work

1. Open an editor instance with new `pastefromword` implementation in IE11.
1. Set the content using source button to the following:

	```
	<h1>Hello world!</h1>

	<ol>
		<li>dsa</li>
	</ol>

	<p>I&#39;m an instance of <a href=""http://ckeditor.com"">CKEditor</a>.</p>
	```
1. Press ctrl + x.
1. Press ctrl + v.

== Expected result ==

Content gets pasted.

== Actual result ==

Nothing happens.

== Important notes ==

It happens only on Windows 7 IE11 - I've tested it with Windows 10 IE11 and it's fine there.

Also the bug comes 100% from new PFW, as if you disable the plugin it works OK."	Bug	new	Normal	CKEditor 4.6.0	Plugin : Paste from Word	4.6.0			
