Changes between Initial Version and Version 1 of Ticket #10894, comment 2


Ignore:
Timestamp:
Oct 11, 2013, 10:43:09 AM (11 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10894, comment 2

    initial v1  
    33This issue is very similar to #10308 but the former can only be reproduced in IE10 while this one in both IEs. Anyway results are the same: Unspecified error in CKE 4.x and
    44error 800a025e in CKE 3.x.
     5
     6To reproduce:
     71. Insert below code into editor
     8{{{
     9<table border="1" cellpadding="1" cellspacing="1" style="width:500px">
     10        <tbody>
     11                <tr>
     12                        <td>
     13                        <ul>
     14                                <li>test</li>
     15                                <li>test</li>
     16                        </ul>
     17                        </td>
     18                        <td>&nbsp;</td>
     19                </tr>
     20                <tr>
     21                        <td>&nbsp;</td>
     22                        <td>&nbsp;</td>
     23                </tr>
     24                <tr>
     25                        <td>&nbsp;</td>
     26                        <td>&nbsp;</td>
     27                </tr>
     28        </tbody>
     29</table>
     30<p>&nbsp;</p>
     31}}}
     322. Click in cell before the list and select Rows->Delete Rows
     33**Result:** In CKEditor 4.x message that is thrown is SCRIPT16389: Unspecified Error and in CKE 3.x error 800a025e.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy