Currently, the highlighted (selected) text dissapers.
The selected text should not dissapear and the content of the Editor should remain unchanged.
Workaround
kendo.ui.editor.Clipboard.fn.onpaste = function(){
if (this.editor.body.contentEditable === "false" || this.editor.body.contentEditable === "inherit" ) {
return;
}
}
Hello Sergei,
I would like to inform you that the discussed issue has been fixed. The fix will be available in the upcoming release scheduled for the end of June.
In case you have any questions, do not hesitate to reach out.
Regards,
Neli
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Hi Sergei,
Thank you for reporting this glitch! This report is a duplicate of Read-Only Editor clear pasted text. I can confirm that the issue is reproducible, e.g. when the Editor is in read-only mode, selecting part of the text and attempting to paste with Ctrl+V causes the selected text to disappear. We'll keep an eye on this and aim to fix it in the source code.
Thanks again for your feedback!
Regards,
Rumen
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.