Re: Cute Editor making IE8 crash When tried to Close a Dialog window

  •  08-03-2011, 10:07 AM

    Re: Cute Editor making IE8 crash When tried to Close a Dialog window

    Hi Ken,
     
    It is not in the properties Dialog. After clicking "OK" button in Properties dialog, i will be clicking 'Save' button in my page. Which has the function "do_Save()". In the end of that function i have a piece of code "Window_CloseDialog(window);" which will try to close the window. This is the line which is making IE8 crash. The same code is working in IE7.

    Window_CloseDialog(window); --> This function is called from "DialogHead.js".
     
    And i didn't find "do_Close()" function in my code library. Can you please tell me which version of Cute Editor has this function?
     
    And if possible please post some sample code. And currently i am using Cute Editor 6.0 Library.
     
     
    ------------
    Siva
View Complete Thread