Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions controls/editor/troubleshooting/paste-issues-ie.md
Original file line number Diff line number Diff line change
@@ -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.