IE9 Issues with CUTEEDITOR_ONINITIALIZED

Last post 05-17-2012, 7:25 AM by Kenneth. 3 replies.
Sort Posts: Previous Next
  •  05-15-2012, 4:15 PM 73753

    IE9 Issues with CUTEEDITOR_ONINITIALIZED

    Hi -
     
    We are running into issues with IE9 -  it looks like CUTEEDITOR_ONINITIALIZED does not fire when our page load happens. Things work fine in prior browsers.
     
    As a result, I have some questions:
    • Should our first attempt to fix this be moving to a more current version? 
    • Alternatively, is there a pertinent fix specific to this issue that we should be looking at instead?
    • If we do have to install a new version, is it fairly simple to keep existing configurations?
    Thanks to anyone that can provide info!
     
  •  05-16-2012, 7:44 AM 73754 in reply to 73753

    Re: IE9 Issues with CUTEEDITOR_ONINITIALIZED

    Hi BigDave,
     
    Please try the example page below, does it work for your?
     
    If yes, it should be some different on your page, please create an example page which can reproduce this issue and send it to Kenneth@CuteSoft.net. I will check it and get back to you as soon as possible.
     
    If it does not work on your end, please download the latest version and try again.
     
    latest version download url: http://www.cutesoft.net/downloads/folders/21904/download.aspx
     
    If you want to keep your old configurations, please deploy the new version, then put this folder "\CuteSoft_Client\CuteEditor\Configuration" back.
    1. <%@ Page Language="C#" %>  
    2.   
    3. <%@ Register Namespace="CuteEditor" Assembly="CuteEditor" TagPrefix="CE" %>  
    4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
    5. <html xmlns="http://www.w3.org/1999/xhtml">  
    6. <head id="Head1" runat="server">  
    7.     <title>example</title>  
    8. </head>  
    9. <body>  
    10.     <form id="form1" runat="server">  
    11.         <div>  
    12.             <CE:Editor ID="editor1" runat="server" >  
    13.             </CE:Editor>  
    14.         </div>  
    15.     </form>  
    16. </body>  
    17. </html>  
    18. <script>  
    19. function CuteEditor_OnInitialized(editor)  
    20. {  
    21.     alert("fire");  
    22. }  
    23. </script>  
    Regards,
     
    Ken 
  •  05-16-2012, 3:26 PM 73756 in reply to 73754

    Re: IE9 Issues with CUTEEDITOR_ONINITIALIZED

    Ken -
     
    That trigger fires on IE9 at all the different compatibility levels. 
     
    After looking into things a little deeper, I tried adjusting the Browser and Document modes on IE9.  Our problem only occurs when we are in IE9 Document mode.  All other combinations of Browser mode and Document mode work fine.
     
    The error message below is thrown when we are in IE9 Document mode

    SCRIPT5022: DOM Exception: INVALID_CHARACTER_ERR (5)
    Load.ashx?type=scripts&file=IE_Loader, line 3 character 19227

     Any thoughts? 
     
    Dave
  •  05-17-2012, 7:25 AM 73757 in reply to 73756

    Re: IE9 Issues with CUTEEDITOR_ONINITIALIZED

    Hi BigDave,
     
    Do you get the same problem on demo http://www.cutesoft.net/example/general.aspx ? it works fine for me. I have tried all combinations.
     
    Regards,
     
    Ken 
View as RSS news feed in XML