Opened 13 years ago

Closed 12 years ago

#8379 closed Bug (fixed)

IE : Cursor goes to start of editor body when we press Undo after inserting new row/column

Reported by: Satya Minnekanti Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.6.3
Component: UI : Context Menu Version: 3.1.1
Keywords: IBM IE Cc: Damian, Teresa Monahan

Description

To reproduce the defect:

  1. Open any CK Editor sample, type some text and insert a table with default values.
  1. Open context menu in any table cell, and insert a new row/column before/after existing row/column
  1. New row/column inserted correctly before/after existing column based on context menu option selected.
  1. Press Ctrl + Z or click Undo icon in the Toolbar

Expected Result: Row/Column inserted in step 3 removed but cursor stays in same table cell from where we invoked context menu to insert new row/column

Actual Result: Row/Column inserted in step 3 removed but cursor goes to start of editor body.

This will be huge convenience for users when they are editing large documents.

Attachments (1)

8379.patch (659 bytes) - added by Garry Yao 12 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 13 years ago by Jakub Ś

Keywords: IE added
Status: newconfirmed
Version: 3.1.1

Reproducible in all versions of IE.

Changed 12 years ago by Garry Yao

Attachment: 8379.patch added

comment:2 Changed 12 years ago by Garry Yao

Component: GeneralUI : Context Menu
Owner: set to Garry Yao
Status: confirmedreview

For unknown reason, the locked selection is not restored at menu close, checked through the revision log doesn't reveal its intension in the history, so I make the assumption here that it's by mistaken and thus to be fixed.

comment:3 Changed 12 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.6.3
Status: reviewreview_passed

comment:4 Changed 12 years ago by Garry Yao

Resolution: fixed
Status: review_passedclosed

Fixed with [7404].

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