I receive the JavaScript error "Error: Unable to get property 'parentNode' of undefined or null reference" in IE11 when I click on any of the toolbar buttons. This only happens when calling the set_content() method to set the text via JavaScript. The Editor toolbar buttons work fine if I don't use set_content() but unfortunately I have to. Changing the compatibility mode back to IE10 fixes the issue.
Comments: I have created a simple sample project that reproduces the error I am describing (attached). Be sure to run in IE11 because it works without error in IE10. Thanks.
Comments: I have created a simple sample project that reproduces the error I am describing (attached). Be sure to run in IE11 because it works without error in IE10. Thanks.