Ticket #5704 (confirmed Bug)
[IE] Undo remove row/column/cell problem
| Reported by: | garry.yao | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | SVN (CKEditor) - OLD |
| Keywords: | IE | Cc: |
Description
- 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
Note: See
TracTickets for help on using
tickets.
