IE9 issue with cute editor popups

Last post 06-14-2013, 11:53 AM by phellese. 4 replies.
Sort Posts: Previous Next
  •  10-19-2012, 1:39 AM 75027

    IE9 issue with cute editor popups

          I am getting"The webpage you are viewing is trying to close the window" popup when trying to insert an Emotion. I was not able to even close the Emotion pop up as IE is continuosly poping up close window dialog.

     

    This issue is only with IE9.

     

    Please let me know any solution to overcome this issue

    Filed under:
  •  10-19-2012, 7:13 AM 75030 in reply to 75027

    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 

  •  10-30-2012, 1:35 AM 75102 in reply to 75030

    Re: IE9 issue with cute editor popups

    I got the same problem with the above example page . I downloaded the latest version as mentioned by you and found that i use the same 6.6 (latest) version in my application before. 

     

    The issue exists in IE9 with the latest version.

  •  10-30-2012, 7:10 AM 75105 in reply to 75102

    Re: IE9 issue with cute editor popups

    Hi mkumars6inf,

     

    Have you delete the old "CuteSoft_Client" folder and use the new one?

     

    Can you send me the example page url above so I can check it for you?

     

    Regards,

     

    Ken 

  •  06-14-2013, 11:53 AM 77557 in reply to 75027

    Re: IE9 issue with cute editor popups

    Had the same problem. I added the tag <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" /> between <head> </head>, and it worked.

View as RSS news feed in XML