#5415 closed Bug (fixed)
Undo not working when we change the Table Properties for the table on a saved page
Reported by: | Satya Minnekanti | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4 |
Component: | Core : Undo & Redo | Version: | 3.0 |
Keywords: | IBM Confirmed Review+ | Cc: | joek, Damian |
Description
To reproduce the defect
- Open Ajax sample.
- Insert a Table and enter the text in Table Cells.
- Click on Remove Editor button to save the Page.
- Click on Create Editor button to open the page again.
- Go in to one of Table cells and Open Table Context menu and Click on Table Properties.
- In Table Properties dialog change Table Alignment to Center and Click OK.
Expected Result
Table is Aligned to Center and the Undo button should be enabled.
Actual Result
Table is Aligned to the Center but the Undo button is not enabled and it will not enable even if we change any number of Table Properties.It is only enabled when we type some text in the Editor.
Attachments (1)
Change History (6)
comment:1 Changed 15 years ago by
Milestone: | CKEditor 3.3 → CKEditor 3.4 |
---|
Changed 15 years ago by
Attachment: | 5415.patch added |
---|
comment:2 Changed 15 years ago by
Component: | General → Core : Undo/Redo |
---|---|
Keywords: | Confirmed Review? added |
Owner: | set to Garry Yao |
Status: | new → assigned |
Version: | 3.2 → 3.0 |
comment:3 Changed 14 years ago by
Keywords: | Review+ added; Review? removed |
---|
This is a good solution which resolves other issues like #5846.
We may additionally remove some savesnapshot events in other dialogs, which will be unnecessary after this fix.
We have similar issues in other dialogs, e.g. insert Link, it's not bad to take a bit automation here.