﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11333	[IE11] Pasting broken in IE11 for ASP.NET CkEditor	Yoder		"You cannot paste in ASP.NET CkEditors in IE11.
They do work when emulating IE9.

Below is the code I am using for the tag:
{{{
<CKEditor:CKEditorControl ID=""ckePartText"" runat=""server""
	Toolbar=""PasteText|PasteFromWord
		Bold|Italic|Underline|Strike|Subscript|Superscript
		NumberedList|BulletedList|-|Outdent|Indent|-|JustifyLeft|JustifyCenter|JustifyRight
		Table
		Source|""
	EnterMode=""BR""
	ForceEnterMode=""true""
	ForcePasteAsPlainText=""true"" Text='<%# Bind(""part_text"") %>'
	Visible='<%# Convert.ToString(Eval(""is_read_only"")) == ""N"" %>' />
}}}"	Bug	closed	Normal		Core : Pasting		wontfix		
