Opened 16 years ago
Closed 16 years ago
#3844 closed Bug (fixed)
Undo does not register all changes in document
Reported by: | Damian | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | IBM Confirmed Review+ | Cc: |
Description
It would seem that as soon as the editor becomes dirty the undo buffer should reflect the changes that were made to the editor's content.
In some cases, changes to the editor do not trigger an "undo" event.
To reproduce:
- Open Ajax sample.
- Add text and destroy the editor
- Create the editor again, it should have the content added previously.
- Add some text to the content without using ENTER.
Result:
Undo is not enabled, and the new change hasn't been registered.
Attachments (1)
Change History (5)
comment:1 Changed 16 years ago by
Keywords: | Confirmed added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:2 Changed 16 years ago by
Keywords: | Review? added |
---|
Changed 16 years ago by
Attachment: | 3844.patch added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
Thanks for the case, this help us to reveal a big bug when destroying editor.