This is a migrated thread and some comments may be shown as answers.

Pasting Rich Text(text + image) from outlook in to Kendo UI Editor pastes only the Imahe and not the text

1 Answer 155 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Nirmal
Top achievements
Rank 1
Nirmal asked on 11 Sep 2017, 11:25 AM

Hi , I am using Kendo UI Editor, When I paste the rich text from outlook, only the image is pasted in the editor and not the text. and I paste the text alone its working fine. The version I am using is v2016.1.412. Any help would be appreciated!

Thanks ahead!

1 Answer, 1 is accepted

Sort by
0
Joana
Telerik team
answered on 13 Sep 2017, 08:43 AM
Hello Nirmal,

The content area of the Kendo Editor is an editable iframe which uses the Rich Text Editing engine of the used browser. The issue stems from a browser behavior which we cannot work around.

You could test the behavior with a sample div with contenteditable attribute set to true where the browser will block the pasting of image and text in the same way as the editor widget:

<div contenteditable="true" style="width: 400px; height:400px; border: 1px black solid;">  </div>


Regards,
Joana
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Editor
Asked by
Nirmal
Top achievements
Rank 1
Answers by
Joana
Telerik team
Share this question
or