Hi David,
The described behavior is already discussed in an official ticked thread opened to us. In case of further assistance needed I would like to ask you to continue the conversation in the official ticket, so that we could examine the provided information more accurately.
For everyone else interested on this matter.
This issue occurs because content controls in Word are elements that can be successfully pasted only in IE. In other browsers, they are stripped by the default pasting functionality of the browser.
In RadEditor the Clean Word Formatting functionality is not designed to detect these Word elements and it appears that in IE they show up in the HTML as tags.
To resolve the issue you can further customize the clearInvalidHtml() method to strip undesired tags on pasting. The following example shows how to strip the
<w:sdtPr> tags:
Regards,
Ianko
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.