When trying to insert list in a table, the list is inserted outside the td tag. Switching between Html and Design tag causes the list to be removed from the table.
I use the editor for creating HTML emails where users almost always use tables for layout. This issue renders the editor unusable. Please patch this.
Please Please, when is this scheduled?
yes same behaviour PLEASE HOTFIX, all our customers have content templates with tables. another example , i have a table , place cursor after table, then insert <ul> see result: BEFORE <table style="width: 100%;"> <tbody> <tr> <td id="TitleBackground" valign="top"> <table style="width: 100%;"> <tbody> <tr> <td id="Title">Titel </td> </tr> </tbody> </table> </td> <td style="width: 150px;" id="TitleRight"></td> </tr> <tr> <td id="Content" valign="top">Tekstvlak </td> <td style="width: 150px;" id="Image" valign="top"></td> </tr> </tbody> </table> AFTER INSERT of UL <ul> <li style="width: 100%;"> <tbody> <tr> <td id="TitleBackground" valign="top"> <table style="width: 100%;"> <tbody> <tr> <td id="Title">Titel </td> </tr> </tbody> </table> </td> <td style="width: 150px;" id="TitleRight"></td> </tr> <tr> <td id="Content" valign="top">Tekstvlak </td> <td style="width: 150px;" id="Image" valign="top"></td> </tr> </tbody> </li> </ul>
Is this issue related? http://feedback.telerik.com/Project/108/Feedback/Details/54853-when-adding-a-list-to-a-table-cell-the-td-tag-gets-replaced-by-the-list-tag
When is the bugfix being scheduled?