Opened 14 years ago

Last modified 14 years ago

#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

  1. Load the following content with selection in editor;
    <p>paragraph</p>
    <table>
    	<tbody>
    		<tr>
    			<td>
    				[cell]</td>
    		</tr>
    	</tbody>
    </table>
    
  2. Open context menu on the selection, select 'Column' -> 'Delete Columns'.
    • Expect Result: The entire table is removed.
  3. 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)

comment:1 Changed 14 years ago by Garry Yao

Keywords: IE added
Summary: Double click open table dialog problematic[IE] Undo remove row/column/cell problem

comment:2 Changed 14 years ago by Garry Yao

Milestone: CKEditor 3.3CKEditor 3.x

It's not a regression.

comment:3 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.x

Milestone CKEditor 3.x deleted

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy