Problem with running CuteEditor in .NET 2.0 Application

  •  08-07-2006, 7:36 AM

    Problem with running CuteEditor in .NET 2.0 Application

    The problem that I am having is similar to the one JRodman reported on 7-28-2006.
     
    Our website uses Master Pages with dynamically loaded User Controls, all running under .NET 2.0.
     
    When the CuteEditor is used in one of our user controls, in standalone mode, the CuteEditor works perfectly.
     
    When the CuteEditor is used in one of our user controls, integrated into the Master Page, the CuteEditor does not work correctly. The following are the symptoms:
    • CuteEditor appears to load correctly but is not accessible
    • CuteEditor buttons appear on a new line when the g_end and g_start tags are used in the config file
    • Internet Explorer 6.0 reports a caution symbol (Yellow Triangle with Exclamation Point) when the page with the editor loads. When double clicked, the errors consist of warnings about Expected semicolons and parenthesis.
    I have tried the following:
    • Modified the web.config file so that maintainscrollpositiononpostback is off
    • Modified the RenderRichDropDown in the HTML of the user control for the editor
    • Copied the CuteSoft_Client directory to the same directory as the User Control

    I am looking for next steps...

    Thanks,

    Beersnob

View Complete Thread