In IE8+,window.showModalDialog(page,....,has error!

Last post 09-18-2012, 8:03 PM by itqqnz. 6 replies.
Sort Posts: Previous Next
  •  09-14-2012, 4:04 AM 74647

    In IE8+,window.showModalDialog(page,....,has error!

  •  09-14-2012, 7:40 AM 74648 in reply to 74647

    Re: In IE8+,window.showModalDialog(page,....,has error!

    Hi,

     

    I can't reproduce this error. I tested witht the simpe pages below. Do I need special steps to reproduce it?

     

    Can you try the example pages below too? Does it get the same problem? 

     

    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.         <input type="button" value="showEditor" onclick="showEditor()" />  
    12.     </form>  
    13. </body>  
    14. </html>  
    15. <script>  
    16. function showEditor()  
    17. {  
    18.     window.showModalDialog("edit.aspx");  
    19. }  
    20. </script>  
    edit.aspx code 
    1. <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>  
    2.   
    3. <%@ Page Language="c#" %>  
    4.   
    5. <html>  
    6. <head>  
    7.     <title>example</title>  
    8. </head>  
    9. <body>  
    10.     <form runat="server" id="Form1">  
    11.         <CE:Editor ID="editor1"  runat="server" />  
    12.     </form>  
    13. </body>  
    14. </html>  

     

    Regards,

     

    Ken 

  •  09-17-2012, 2:30 AM 74655 in reply to 74648

    Re: In IE8+,window.showModalDialog(page,....,has error!

    Thanks , I has try it with you say. It's no problem. The question was taking in a Javascript's frame.
  •  09-17-2012, 7:35 AM 74658 in reply to 74655

    Re: In IE8+,window.showModalDialog(page,....,has error!

    Hi itqqnz,

     

    Can you create an example which can reproduce this issue and send it to Support@CuteSoft.net? So the development team can check it for you directly.

     

    Regards,

     

    Ken 

  •  09-17-2012, 9:49 PM 74670 in reply to 74658

    Re: In IE8+,window.showModalDialog(page,....,has error!

    I send you en Email with the code,thanks for you.
  •  09-18-2012, 10:20 AM 74676 in reply to 74647

    Re: In IE8+,window.showModalDialog(page,....,has error!

    Hi itqqnz,

     

    This issue has been fixed in the CuteEditor v6.6 latest build, please download the latest build and try again.

     

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

     

    Thanks for asking,

     

    Ken

  •  09-18-2012, 8:03 PM 74684 in reply to 74676

    Re: In IE8+,window.showModalDialog(page,....,has error!

    Hi Kenneth,

          I updated it, it works OK. 

          Thank you. 

View as RSS news feed in XML