Completed
Last Updated: 24 Sep 2013 08:26 by Steven
ADMIN
Ianko
Created on: 11 Jul 2013 15:39
Category: Editor
Type: Bug Report
6
When trying to insert list in a table, the list is inserted outside the td tag.
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.
5 comments
Steven
Posted on: 03 Sep 2013 06:12
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.
Pulseweb
Posted on: 12 Aug 2013 13:01
Please Please,

when is this scheduled? 
Pulseweb
Posted on: 07 Aug 2013 11:27
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>
William
Posted on: 01 Aug 2013 18:14
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
Pulseweb
Posted on: 17 Jul 2013 11:37
When is the bugfix being scheduled?