We use the editor to create documents.
However, there is a requirement to strip out most of the HTML during editing, so we have the setting EditorOnPaste="PasteText".
This works fine when users use the keyboard to paste HTML or Word data onto the editor.
However, if a user drags and drops content into the editor, it retains all the formatting (some of which do not translate well into a word doc).
Is there a way to disable drag and drop?
Or is it possible detected drag and drop ?
Arnaud