Mozilla FireFox and Editor/Image upload

Last post 01-08-2008, 1:10 AM by Adam. 1 replies.
Sort Posts: Previous Next
  •  01-07-2008, 1:52 PM 36194

    Mozilla FireFox and Editor/Image upload

    I am developing with VS2005 VB and CuteEditor 2.0 framework. 
    Opening and editing in Explorer, no problem.
    However, in Mozilla FireFox (1.0.7) I can not click on the edit window.  The cursor/mouse just won't go there in Normal and HTML Modes.  However, in "Preview" mode I can click and edit (just don't have the edit/formatting controls).  What I am forgetting to do?
    P.S. when the editor starts it isn HTML mode.  How can I programmatically change it to Normal (edit) mode?
     
    Thanks. This is a great product/tool.
     
     
  •  01-08-2008, 1:10 AM 36202 in reply to 36194

    Re: Mozilla FireFox and Editor/Image upload

    >>However, in Mozilla FireFox (1.0.7) I can not click on the edit window. 

    Thanks for pointing out this issue. We've fixed it. Please download the control again and updated the file:
     
    CuteSoft_Client\CuteEditor\Scripts\Gecko_Implementation\CuteEditorImplementation.js
     
     
    >> when the editor starts it isn HTML mode.  How can I programmatically change it to Normal (edit) mode?
     
     
       function SetActiveTab(tab)
       {
           // get the cute editor instance
           var editor1 = document.getElementById('<%=Editor1.ClientID%>');
        
           editor1.SetActiveTab(tab);
       }
     

    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

View as RSS news feed in XML