Opened 15 years ago

Closed 15 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:

  1. Open Ajax sample.
  2. Add text and destroy the editor
  3. Create the editor again, it should have the content added previously.
  4. Add some text to the content without using ENTER.

Result:
Undo is not enabled, and the new change hasn't been registered.

Attachments (1)

3844.patch (2.1 KB) - added by Garry Yao 15 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 15 years ago by Garry Yao

Keywords: Confirmed added
Owner: set to Garry Yao
Status: newassigned

Thanks for the case, this help us to reveal a big bug when destroying editor.

comment:2 Changed 15 years ago by Garry Yao

Keywords: Review? added

Changed 15 years ago by Garry Yao

Attachment: 3844.patch added

comment:3 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

comment:4 Changed 15 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [3790].

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