Migrating from CuteEditor3.0 to CuteEditor4.0

  •  05-02-2005, 2:56 PM

    Migrating from CuteEditor3.0 to CuteEditor4.0

    We are currently experiencing some difficulties with regards to upgrading out CuteEditor from 3.0 to 4.0
     
    For some reason when we attempt to load HTML from a database into the editor, the Normal view does not display the HTML correctly.  In most cases it seems to occur when a table is present within the HTML.  The Normal view is changed so much sometimes that the content no longer seems to be contained within a table.

    If we cut and paste the exact HTML that is being loaded from the database ourselves in the HTML view, the HTML appears correctly.  Although as soon as that same HTML is reassigned (via a Postback event or saved to the database and reloaded) the HTML again appears incorrectly in the normal view.

    The best way to demostrate the problem is by copying the HTML below and paste it into the Demo CuteEditor, on this site, in the HTML view.  When you click on the Normal view the table that is showne gets displayed properly.  But click the submit button and the Normal view is changed.

    Most of the HTML that our clients have written using the CuteEditor are much larger then the one below, so for the time being we've reverted some users back to CuteEditor3.0 so that they can continue to work on their content.

    We did try the DisableAutoFormat = true, but that didn't work and we have tried numerous other tricks to try and possibly replace hidden characters and cleaning up the html using various methods, but I would have assumed that if the HTML displayed correctly in 3.0 that it would do the same in 4.0.

    Any help would be appreciated. Thanks
    ----------------------------------------------------------------------------------------------------------------------------------

    <TABLE cellSpacing=0 cellPadding=0 width=450 border=1>

    <TBODY>

    <TR bgColor=#e4cd81>

    <TD vAlign=bottom width="69%"><B><FONT color=#800000>

    <P align=center><B><SPAN><A name=#0900></A>STANDARD OBJECT: CONSTRUCTION AND/OR ACQUISITION OF MACHINERY AND EQUIPMENT 0900</SPAN></B></FONT></B></P></TD>

    <TD vAlign=bottom width="16%"><B><FONT face=Verdana color=#800000><B><FONT face=Verdana color=#800000>

    <P align=center><FONT color=#800000><FONT face=Verdana><B>External </B><B><FONT size=1>(or STC)</FONT></B></FONT></FONT></P></FONT></B></FONT></B></TD>

    <TD vAlign=bottom width="14%"><B><FONT face=Verdana color=#800000><B><FONT face=Verdana color=#800000><FONT size=1>

    <P align=center><B><FONT face=Verdana color=#800000>Internal <FONT size=1>(OGD only)</FONT></FONT></B></P></FONT></FONT></B></FONT></B></TD></TR>

    <TR>

    <TD vAlign=bottom width="69%"><B>

    <P align=center><B><SPAN>ACQUISITION OF ASSETS - INFORMATICS HARDWARE - 0950</SPAN></B></P></B></TD>

    <TD vAlign=bottom width="16%">

    <P align=center>&nbsp;</P></TD>

    <TD vAlign=bottom width="14%">

    <P align=center>&nbsp;</P></TD></TR>

    <TR>

    <TD vAlign=bottom width="69%">

    <P>&nbsp;Assets - Informatics Hardware</P></TD>

    <TD vAlign=bottom width="16%"><A href="/desktopdefault.aspx?tabid=3815&amp;lang=en#0951">

    <P align=center>0951</A></P></TD>

    <TD vAlign=bottom width="14%">

    <P align=center>&nbsp;</P></TD></TR>

    <TR>

    <TD vAlign=bottom width="69%"><B>

    <P align=center><B>ACQUISITION OF ASSETS - PURCHASED SOFTWARE&nbsp;-&nbsp;</B> 0960</B></P></TD>

    <TD vAlign=bottom width="16%">

    <P align=center>&nbsp;</P></TD>

    <TD vAlign=bottom width="14%">

    <P align=center>&nbsp;</P></TD></TR>

    <TR>

    <TD vAlign=bottom width="69%">

    <P>Assets - Informatics Purchased Software</P></TD>

    <TD vAlign=bottom width="16%"><A href="/desktopdefault.aspx?tabid=3815&amp;lang=en#0961">

    <P align=center>0961</A></P></TD>

    <TD vAlign=bottom width="14%">

    <P align=center>&nbsp;</P></TD></TR>

    <TR>

    <TD vAlign=bottom width="69%"><B>

    <P align=center><B><SPAN>ACQUISITION OF ASSETS - OTHER EQUIPMENT - 0970</SPAN></B></P></B></TD>

    <TD vAlign=bottom width="16%">

    <P align=center>&nbsp;</P></TD>

    <TD vAlign=bottom width="14%">

    <P align=center>&nbsp;</P></TD></TR>

    <TR>

    <TD vAlign=bottom width="69%">

    <P>Assets - Other Equipment</P></TD>

    <TD vAlign=bottom width="16%"><A href="/desktopdefault.aspx?tabid=3815&amp;lang=en#0971">

    <P align=center>0971</A></P></TD>

    <TD vAlign=bottom width="14%">

    <P align=center>&nbsp;</P></TD></TR>

    <TR>

    <TD vAlign=bottom width="69%"><B>

    <P align=center><B><SPAN>ACQUISITION OF ASSETS - MOTOR VEHICLES - 0980</SPAN></B></P></B></TD>

    <TD vAlign=bottom width="16%">

    <P align=center>&nbsp;</P></TD>

    <TD vAlign=bottom width="14%">

    <P align=center>&nbsp;</P></TD></TR>

    <TR>

    <TD vAlign=bottom width="69%">

    <P>Assets - Vehicles</P></TD>

    <TD vAlign=bottom width="16%"><A href="/desktopdefault.aspx?tabid=3815&amp;lang=en#0981">

    <P align=center>0981</A></P></TD>

    <TD vAlign=bottom width="14%">

    <P align=center>&nbsp;</P></TD></TR></TBODY></TABLE>&nbsp;&nbsp;&nbsp;

View Complete Thread