fredd,
This issue only happen when the editor is empty. Unlike IE, when the editor is empty, firefox will insert some code automatically. Then Cute Editor cleans it up. So CuteEditor_OnChange event is fired.
Here is a work-around:
<script language="JavaScript" type="text/javascript" >
var editor1=document.getElementById("<%=Editor1.ClientID%>");
function CuteEditor_OnChange(editor)
{
//when the content be changed..
if(editor1.getHTML()!="")
{
alert(editor.id+" changed at "+ new Date().toLocaleTimeString());
}
}
</script>
>>Another point: if we try to call getHTML via Firefox, FF throws this error:
>>So we really need a solution that simply ignores the mouse click...
This is by design. If you want to change this behavior, you may need to get the source and modify it.
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx