@import problem using Chrome

Last post 08-28-2012, 8:14 AM by Kenneth. 3 replies.
Sort Posts: Previous Next
  •  08-23-2012, 3:44 AM 74471

    @import problem using Chrome

    On trying to save the content, the below text gets appended to the body. This problem occurs only when using Chrome.

     

    @import url(http://www.mysite.com/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/resources/css/editor.css);   

  •  08-24-2012, 7:28 AM 74477 in reply to 74471

    Re: @import problem using Chrome

    Hi SatishPatel,

     

    This is an old bug, we have fixed it in the latest version. Please download the latest version and try again.

     

    latest version download url: http://www.cutesoft.net/downloads/folders/21904/download.aspx

     

    Regards,

     

    Ken 

  •  08-25-2012, 10:38 PM 74487 in reply to 74477

    Re: @import problem using Chrome

    I did try out both the options (downloading the latest version  + deleting a line in template.aspx) suggested and it still didn't work. 
  •  08-28-2012, 8:14 AM 74492 in reply to 74487

    Re: @import problem using Chrome

    Hi SatishPatel,

     

    Please create a page with the code below and access this page on chrome. Does it get the same problem? If yes, please send me the url of this test page, so we can check it too.

     

    1. <%@ Page Language="C#" AutoEventWireup="true" %>  
    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></title>  
    8. </head>  
    9. <body>  
    10.     <form id="form1" runat="server">  
    11.         <div>  
    12.             <CE:Editor ID="ceEmailBody" runat="server">  
    13.             </CE:Editor>  
    14.         </div>  
    15.     </form>  
    16. </body>  
    17. </html>  
    Regards,

     

    Ken 

View as RSS news feed in XML