Re: IE9 issue with cute editor popups

  •  10-19-2012, 7:13 AM

    Re: IE9 issue with cute editor popups

    Hi mkumars6inf,

     

    Do you get the same problem with the example page below?

     

    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 style="direction: rtl">  
    12.         </div>  
    13.         <CE:Editor ID="Editor1" runat="server">  
    14.         </CE:Editor>  
    15.     </form>  
    16. </body>  
    17. </html>  
     

    If the example page above get the same problem, I suggest you download the latest version and try again.

     

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

     

    Regards,

     

    Ken 

View Complete Thread