From a436819feab98d14cd2b51ba4f4a288fd2509a58 Mon Sep 17 00:00:00 2001 From: Erik Ruthruff Date: Sun, 20 Dec 2015 13:36:22 -0600 Subject: [PATCH] Update paste-issues-ie.md Minor copy editing changes. I think you can pull this change. --- .../editor/troubleshooting/paste-issues-ie.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/controls/editor/troubleshooting/paste-issues-ie.md b/controls/editor/troubleshooting/paste-issues-ie.md index b382211f7b..880ce2c97e 100644 --- a/controls/editor/troubleshooting/paste-issues-ie.md +++ b/controls/editor/troubleshooting/paste-issues-ie.md @@ -1,27 +1,27 @@ --- -title: Pasting Issues under IE -page_title: Pasting Issues under IE | RadEditor for ASP.NET AJAX Documentation -description: Pasting Issues under IE +title: Pasting Issues Under IE +page_title: Pasting Issues Under IE | RadEditor for ASP.NET AJAX Documentation +description: Pasting Issues Under IE slug: editor/troubleshooting/paste-issues-ie tags: pasting,issues,with,ie,internet explorer,editor,paste published: True position: 12 --- -# Pasting Issues under IE +# Pasting Issues Under IE -This article lists some common problems and difficulties related to pasting in **RadEditor** under Internet Explorer. +This article lists some common problems and difficulties related to pasting in **RadEditor** using Internet Explorer. -## Nothing Is Pasted under IE +## Nothing Is Pasted in RedEditor when Using IE The most common reason for this problem is that the client-side programmatic access to the clipboard is disabled. ### Resolution: -Enable the programmatic clipboard access, so that the built-in mechanism of **RadEditor** can properly process the content to be pasted. This MSDN article shows how you can enable this option: [https://msdn.microsoft.com/en-us/library/bb250473%28v=vs.85%29.aspx](https://msdn.microsoft.com/en-us/library/bb250473%28v=vs.85%29.aspx). +Enable the programmatic clipboard access so that the built-in mechanism of **RadEditor** can properly process the content to be pasted. This MSDN article shows how you can enable this option: [https://msdn.microsoft.com/en-us/library/bb250473%28v=vs.85%29.aspx](https://msdn.microsoft.com/en-us/library/bb250473%28v=vs.85%29.aspx). -## Pasting Content from MS Word under IE11 has Different Output Compared to Other Browsers +## Pasting Content from MS Word Using IE11 has Different Output Compared to Other Browsers -With IE11, pasting from MS Word is a native feature. Before **RadEditor** can processes the content, IE11 has already transformed the MS Word content to HTML. Thus, the built-in mechanisms of **RadEditor** can only receive that plain HTML content is being pasted and does not improve it. +With IE11, pasting from MS Word is a native feature. Before **RadEditor** can processes the content, IE11 has already transformed the MS Word content to HTML. Thus, the built-in mechanisms of **RadEditor** can only receive that plain HTML content that is being pasted and does not improve it. You can read more about how **RadEditor** handles pasting in the [Pasting Content Overview]({%slug editor/managing-content/pasting-content/overview%}) article.