I am having the same problem. We're using CuteEditor.NET v6.6 (I think), with a Save button on the web page, rather than the save icon in the CuteEditor toolbar.
The editor is included on the page as follows:
<CE:Editor ID="Editor1" EnableStripScriptTags="false"
ThemeType="Office2003_BlueTheme" Height="500"
AutoParseClasses="False"
ConfigurationPath="~/CuteSoft_Client/CuteEditor/Configuration/dctest.config"
BreakElement="p" RemoveTBODYTag="true" EditorOnPaste="ConfirmWord"
Width="100%"
EditorWysiwygModeCss="~/styles/knowledge.css"
DisableAutoFormatting="true"
runat="server">
</CE:Editor>
If I try to save content in IE9 with compatibility view off, it repeatedly fails to save.
I can get it to work
- if I turn compatibility view on
- if I remove the EditorWysiwygModeCss line from the above
- if I edit the text, swap from Normal to Html view and then back before saving.
I tried your online demos, and the ones I can save work. However, the most relevant one I presume is the "External style sheets" demo at
http://cutesoft.net/example/Using-External-Style-Sheets.aspx but that demo has neither a Submit button on the form nor a save icon on the toolbar. Could you perhaps fix that demo to allow saving as the others do so we can try that out as a reproduction scenario.
If I get a chance I'll try catching the save button event as you suggest.
Chris