Changes between Initial Version and Version 1 of Ticket #5839


Ignore:
Timestamp:
Jun 22, 2010, 11:19:18 AM (14 years ago)
Author:
Frederico Caldeira Knabben
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5839 – Description

    initial v1  
    11When I use in a table the "Insert row after" command the ids of the elements from the clicked row are messed up in two ways:
    22
    3 1. The ids from table cells or the clicked table row are moved in the new row.
    4 2. The ids of other elements (I used <input type="text") are removed.
     3 1. The ids from table cells or the clicked table row are moved in the new row.
     4 2. The ids of other elements (I used <input type="text") are removed.
    55
    66How to reproduce (This is reproduced in FF 3.6.3 and IE 8):
    77
    8 1. Insert this html in ckeditor:
     8 1. Insert this html in ckeditor:
    99
     10{{{
    1011<table border="1" cellpadding="1" cellspacing="1" style="width: 200px;">
    1112        <tbody>
     
    1819        </tbody>
    1920</table>
     21}}}
    2022
    21 2. Click the only row and insert row after.
     23 2. Click the only row and insert row after.
    2224
    23 3. Check the source to see that the ids were removed or moved.
     25 3. Check the source to see that the ids were removed or moved.
    2426
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy