Web Dialog causing script error

  •  01-05-2009, 7:21 AM

    Web Dialog causing script error

    When I open Cute Editor in a modal browser window as appose to a non-modal browser window, none of the standard popup dialogs work...
     
    Scenario
     
    1.  The main application in which Cute Editor sits is a normal browser window where Cute Editor works fine
    2.  The user wants to send an email using my application and clicks 'Send Email'
    3.  My application opens a new modal popup window using window.showModalDialog(); javascript function
    4.  The Cute Editor is in this new popup window and allows the user to create an HTML message
    5.  When the user clicks the 'Insert Image' button on the Cute Editor toolbar, it errors with:
     
    Line: 1

    Char: 4694

    Error: 'obj' is null or not an object
    Has anyone else either encountered or resolved this issue?
     
    Thanks,

     

View Complete Thread