I am getting complains from our customers that they cannot right click and paste into the Editor tool. I tested this in IE11, Chrome, and Firefox. The only one that could do a right-click and paste was Chrome. The other browsers, you have to Ctrl+V.
Is there a fix for this?
Here is my code for the editor:
@(Html.Kendo().EditorFor(o => o.Content).Encoded(false).Resizable(true).Tools(tools => tools.Clear().Bold().Italic().Underline().Strikethrough().JustifyCenter().JustifyFull().JustifyLeft().JustifyRight().InsertUnorderedList().InsertOrderedList().Indent().Outdent().CreateLink().Unlink().TableEditing().Formatting().CleanFormatting().FontName().FontSize().ForeColor().BackColor()))