Dear all,
I use Ckeditor for edit a generated html from different sources. Sometime the resutl html code is not really correct, but the browser can render correctly.
CkEditor goes into infinite loop and the script crash on the browser.
I fix my problem adding an extra check to remove html and body tags from the code block, but I think that can be usefull to fix that issue. Other html editor can load that html.
See the html in attach.
Claudio
I use Ckeditor for edit a generated html from different sources. Sometime the resutl html code is not really correct, but the browser can render correctly.
CkEditor goes into infinite loop and the script crash on the browser.
I fix my problem adding an extra check to remove html and body tags from the code block, but I think that can be usefull to fix that issue. Other html editor can load that html.
See the html in attach.
Claudio
<table cellpadding="0" width="100%" cellspacing="0" border="0"> <tbody> <tr> <td align="center" valign="top" class="background"> <table cellpadding="0" width="702" cellspacing="0" border="0"> <tbody> <tr> <td align="left" width="351" valign="middle">Date</td> <td align="right" width="351" valign="middle" class="date"> 17.11.2011 </td> </tr> </tbody> </table> <table cellpadding="0" width="702" cellspacing="0" border="0"> <tbody> <tr> <td height="20" colspan="3"> </td> </tr> <tr> <td align="left" width="250" valign="top"> Data </td> <td width="20"> </td> <td align="left" width="432" valign="top"> <h1 class="title"> Title </h1> <span textmode="html" class="text"> <body bgcolor='White' style='font-family:sans-serif;font-size:10pt;'> <body bgcolor='White' style='font-family:sans-serif;font-size:10pt;'> Text </body> </body> </span> </td> </tr> </tbody> </table>