cute editor is not working in chorme/Firefox

Last post 03-02-2016, 9:37 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  03-02-2016, 5:59 AM 82470

    cute editor is not working in chorme/Firefox

    Hi All,

     

    I am not  able to enter text in rich text editor in Chrome Browser/FireFox.

    It's  goes disable.Also i am not able to click any where in cuteeditor rich text box even in toolbox.

    In IE (8,10,11) it's working fine for me. 

     

    I investigated the issue and checked the HTML it's missing ContentEditable=true tag in body from HTML

     

    Note: All tools (Cut, Bold, Alignment, Font size, new window,…) are not working.

     

    any one have idea?

     

    Thanks 

    Saurabh 

  •  03-02-2016, 9:37 AM 82473 in reply to 82470

    Re: cute editor is not working in chorme/Firefox

    Hi,

     

    Please create an example page with the code below, does it gets the same problem too? If yes, then I suggest you download the latest build at http://cutesoft.net/downloads/folders/21904/download.aspx to try again.

     

    1. <%@ Page Language="C#" ValidateRequest="false" %>  
    2.   
    3. <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>  
    4. <html>  
    5. <head>  
    6.     <title>example </title>  
    7. </head>  
    8. <body>  
    9.     <form id="Form1" runat="server">  
    10.         <CE:Editor ID="Editor1" runat="server" >  
    11.         </CE:Editor>  
    12.     </form>  
    13. </body>  
    14. </html>  
     

    Regards,

     

    Ken 

View as RSS news feed in XML