Anything copied/cut from inside the HTMLEditor is not getting to the clipboard correctly. In fact the delete portion of the cut function is not working either. This only occurs in IE9 WITHOUT compatibility mode on. It functions correctly in Chrome and Firefox. It appears to be coming from these functions because paste works fine with text copied from outside of the HTMLEditor.
Steps to reproduce:
1. Using IE9, navigate to http://www.asp.net/ajax/ajaxcontroltoolkit/samples/htmleditor/htmleditor.aspx
2. Attempt usage of cut or copy(either buttons or keyboard shortcuts)
Change to compatibility mode and it works appropriately. Security settings are set appropriately, including allowing programmatic access to clipboard enabled.
Steps to reproduce:
1. Using IE9, navigate to http://www.asp.net/ajax/ajaxcontroltoolkit/samples/htmleditor/htmleditor.aspx
2. Attempt usage of cut or copy(either buttons or keyboard shortcuts)
Change to compatibility mode and it works appropriately. Security settings are set appropriately, including allowing programmatic access to clipboard enabled.