[IE] Undo remove row/column/cell problem
- Load the following content with selection in editor;
<p>paragraph</p>
<table>
<tbody>
<tr>
<td>
[cell]</td>
</tr>
</tbody>
</table>
- Open context menu on the selection, select 'Column' -> 'Delete Columns'.
- Expect Result: The entire table is removed.
- Click on 'Undo' once to revert the deletion.
- Actual Result: the table is brought back but the cursor is not blinking inside the paragraph instead in the cell.
- Expected Result: both content and selectoin should match the original state.
Change History (3)
Keywords: |
IE added
|
Summary: |
Double click open table dialog problematic →
[IE] Undo remove row/column/cell problem
|
Milestone: |
CKEditor 3.3 →
CKEditor 3.x
|
It's not a regression.