6.3 version with chrome

Last post 08-09-2012, 9:53 AM by Kenneth. 3 replies.
Sort Posts: Previous Next
  •  08-08-2012, 4:22 AM 74370

    6.3 version with chrome

    In our project we are working with 6.3 build2009-02-12, I have so many comaptibility issues with chrome.
     
    I can not update it to newer version, as people in our project feeling like it will eat so much QA time.
     
    Is there any quick fix for this.
     
     Behaviour is random sometimes i can see the desired result sometimes i can not.  please help
     
    Thanls,
    Swathi 
     
    Filed under: , ,
  •  08-08-2012, 7:59 AM 74371 in reply to 74370

    Re: 6.3 version with chrome

    Hi swathiVajja,
     
    We have not provide the separate patch to update the CuteEditor.
     
    Please  try online demo http://www.cutesoft.net/example/general.aspx. If the demo works for you, I suggest you download the latest version and try again. Version 6.3 to current version(now is 6.6) upgrade is free.
     
    Latest version download url:  http://www.cutesoft.net/downloads/folders/21904/download.aspx
     
    For the upgrade, just need to replace the dll files from the "bin" folder and replace the "CuteSoft_Client" folder.
     
    Regards,
     
    Ken 
  •  08-09-2012, 12:41 AM 74383 in reply to 74371

    Re: 6.3 version with chrome

    Hi Ken,
     
    Thanks for the reply. I downloaded new version. But setHTML is still not working. following is the error i am getting.
    Uncaught TypeError: Object #<HTMLTableElement> has no method 'setHTML'   
    Any thought on this.
     
    Regards,
    Swathi 
    Filed under: ,
  •  08-09-2012, 9:53 AM 74386 in reply to 74383

    Re: 6.3 version with chrome

    Hi swathiVajja,
     
    Do you get the same error with the example below? If it works, please create an example page which can reproduce this issue and post here, I will check it and get back to you as soon as possible.
     
    1. <%@ Page Language="C#" ValidateRequest="false" %>  
    2.   
    3. <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>  
    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 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>  
    Regards,
     
    Ken 
View as RSS news feed in XML