Changes between Initial Version and Version 1 of Ticket #5839
- Timestamp:
- Jun 22, 2010, 11:19:18 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5839 – Description
initial v1 1 1 When 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: 2 2 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. 5 5 6 6 How to reproduce (This is reproduced in FF 3.6.3 and IE 8): 7 7 8 1. Insert this html in ckeditor:8 1. Insert this html in ckeditor: 9 9 10 {{{ 10 11 <table border="1" cellpadding="1" cellspacing="1" style="width: 200px;"> 11 12 <tbody> … … 18 19 </tbody> 19 20 </table> 21 }}} 20 22 21 2. Click the only row and insert row after.23 2. Click the only row and insert row after. 22 24 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. 24 26