IE 9 Bug Issue

Last post 10-18-2012, 7:16 AM by Kenneth. 14 replies.
Sort Posts: Previous Next
  •  04-19-2011, 6:14 PM 67252

    IE 9 Bug Issue

    Hi,
     
    Just wondering if anyone is having troubles with the WYSIWYG editor with Internet Explorer 9.
     
    When I use one of the options that has a pop up window, after I have done what I have needed to do within the pop up window click onto either OK or Cancel and it comes up with the following alert:
     
    The webpage you are viewing is trying to close window.
     
    Do you want to close this window?
     
     
     
    Clicking onto Yes closes IE window all together.
     
    Have you come across this problem / issue?
  •  04-19-2011, 10:59 PM 67255 in reply to 67252

    Re: IE 9 Bug Issue

    Hi tdawg,
      
    Can you reproduce this issue on online demo http://phphtmledit.com/EnableAll.php?
     
    If you only get this issue with the Inser link dialog, please clean the browser cache and try again.
     
    We have just fixed a bug of the insert link dialog.
     
     
    Regards,
     
    Ken
  •  04-27-2011, 2:43 AM 67340 in reply to 67255

    Re: IE 9 Bug Issue

    Hello,
     
    I have the same problem in IE9, although I can't reproduce it in your online version.
     
    Are there some settings that are requirered for CuteEditor for PHP to work properly in IE9? Specific doctype, specific character set, an option that has to be set to a specific value, anything else?
     
    Thanks for you answer on this.
     
    Erik
  •  04-27-2011, 8:10 AM 67345 in reply to 67340

    Re: IE 9 Bug Issue

    Dear ErikG,
     
    If you cannot reproduce it in our online demo, I advise you upgrade your installation to latest version and try it again.
     
    Thank you for asking
  •  03-06-2012, 3:29 PM 73356 in reply to 67345

    Re: IE 9 Bug Issue

    Having the same problem:
    Internet Explorer 9, Windows 7 with Cute Editor 6.6
     
  •  03-07-2012, 7:28 AM 73365 in reply to 73356

    Re: IE 9 Bug Issue

    Hi jermaine1,
     
    Do you have the same issue on demo http://phphtmledit.com/EnableAll.php with your IE 9 browser?  
     
    If the demo works for you, please download the latest version and try again.
     
    latest version downloads http://www.cutesoft.net/downloads/folders/54374/download.aspx
     
    Regards,
     
    Ken 
  •  07-06-2012, 3:47 PM 74091 in reply to 73365

    Re: IE 9 Bug Issue

    Dear Kenneth,

    I’m a colleague of Jermaine1 currently working on the problem. I removed the old Cuteeditor folder, downloaded the newest version you linked, and uploaded it. I still get the ‘trying to close the window’ pop-up in IE9. Chrome works fine.

    When testing the EnableAll.php page in IE9 I do not experience any problems.


    Regards

    Filed under:
  •  07-09-2012, 1:05 PM 74102 in reply to 74091

    Re: IE 9 Bug Issue

    Hi Tknippenberg,
     
    Please create an example page with the code below and test on your end. Does it get the same problem?
     
    If it works, please create a page which can reproduce this issue and post here. I will check it and get back to you as soon as possible.
     
    1. <?php include_once("cuteeditor_files/include_CuteEditor.php") ; ?>  
    2. <html>      
    3.     <head>  
    4.         <title>example</title>  
    5.     </head>  
    6.     <body>  
    7.     <form>  
    8.           <?php  
    9.   
    10.                 $editor=new CuteEditor();  
    11.                 $editor->ID="Editor1";  
    12.                  $editor->Draw();  
    13.                 $editor=null;  
    14.             ?>  
    15.         </form>  
    16.     </body>  
    17. </html>  
    Regards,
     
    Ken 
  •  09-22-2012, 8:47 AM 74726 in reply to 74102

    Re: IE 9 Bug Issue

    Dear  Kenneth,

     

    I am also having the same issue like " Tknippenberg " .  
    It fixed after downloading and installing the new version .. but a new issue came, That is in IE 9   I cannot upload new images through Insert Image  and Image Gallery Option. That is the upload button is not working. It works fine on firefox and chrome.

     

    plz resolve it ...

    Regards,

    SHIJIN 

  •  09-24-2012, 7:48 AM 74737 in reply to 74726

    Re: IE 9 Bug Issue

    Hi shijinpenta,

     

    1. Do you get the same problem on demo http://phphtmledit.com/EnableAll.php

     

    2.Can you send me your editor page url? So I can check it for you directly.

     

    You can send it to Kenneth@CuteSoft.net

     

    Regards,

     

    Ken 

  •  09-24-2012, 9:24 AM 74741 in reply to 74737

    Re: IE 9 Bug Issue

    Thanks for the reply..  

     

    The link you provided ( http://phphtmledit.com/EnableAll.php? )  is also showing same problem on IE 9

    Problem is that first time the Upload button works fine. but if you click upload button after inserting an image it wont work.


    Anyway I fixed it with the solution provided from this thread http://cutesoft.net/forums/thread/73993.aspx

     
     
     "
    1. Open file "\cuteeditor_files\Dialogs\upload.php"
     
    2. Find section below 
     
    $uploader=new PhpUploader();
     
    3. Change it to 
     
    $uploader=new PhpUploader();  
    $uploader->UploadType="IFrame";
     
    Regards,
     
    Ken 

    "

     

     


    But there are some issues when we use iframe , It works fine on IE9 , but some menus on the popup not showing in chrome and Firefox ie Zoom IN / Zoom Out , Best Fit ,Actual size is not showing. Below are the screen shots..

     

     

    Firefox /chrome Screen shot

     

     


     

     

     

    IE 9  Screen shot

     


    Waiting for your reply,

     

    Regards,

    SHIJIN

  •  09-25-2012, 7:21 AM 74758 in reply to 74741

    Re: IE 9 Bug Issue

    Hi shijinpenta,

     

    It is not a bug, due to browser limitation, these menus only work on IE browser. So we hide it on chroem/firefox/safari. Sorry for your inconvenience.

     

    Regards,

     

    Ken 

  •  09-26-2012, 9:03 AM 74776 in reply to 74758

    Re: IE 9 Bug Issue

    Hi Kenneth,

     

    Thank you for the reply..

     Let me play some tricks to overcome this issue.

     

    Regards,

    SHIJIN

     

  •  10-18-2012, 1:23 AM 75007 in reply to 67252

    Re: IE 9 Bug Issue

    Sorry i have no other idea how to close it..

    We can close it by Alt+f4.

  •  10-18-2012, 7:16 AM 75013 in reply to 75007

    Re: IE 9 Bug Issue

    Hi mmeetkaur3,

     

    Can you download the latest version and try again? We have fixed this issue in the latest version.

     

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

     

    Regards,

     

    Ken 

View as RSS news feed in XML