Opened 13 years ago
Closed 13 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:
- Open any CK Editor sample, type some text and insert a table with default values.
- Open context menu in any table cell, and insert a new row/column before/after existing row/column
- New row/column inserted correctly before/after existing column based on context menu option selected.
- 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)
Change History (5)
comment:1 Changed 13 years ago by
Keywords: | IE added |
---|---|
Status: | new → confirmed |
Version: | → 3.1.1 |
Changed 13 years ago by
Attachment: | 8379.patch added |
---|
comment:2 Changed 13 years ago by
Component: | General → UI : Context Menu |
---|---|
Owner: | set to Garry Yao |
Status: | confirmed → review |
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 13 years ago by
Milestone: | → CKEditor 3.6.3 |
---|---|
Status: | review → review_passed |
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [7404].
Reproducible in all versions of IE.