Opened 17 years ago

Last modified 12 years ago

#167 confirmed Bug

Improving IsDirty after switching modes and undo

Reported by: Alfonso Martínez de Lizarrondo Owned by:
Priority: Normal Milestone:
Component: Core : Undo & Redo Version: 3.0
Keywords: Cc:

Description

This is a remainder of the issues described in #117

Now the IsDirty works fine while the user doesn't switch modes, but if the user does some change, switch mode and then later on he reverts to the original code the IsDirty will remain as true.

This isn't really a big issue, but it's better to leave it documented here.

Change History (6)

comment:1 Changed 17 years ago by Frederico Caldeira Knabben

Keywords: Confirmed added
Summary: Improving the IsDirty detection after switching modesImproving IsDirty after switching modes and undo

Just to precise. A problem happens only in the following case:

  1. Load sample08.html ( IsDirty() = false )
  2. Switch to Source ( IsDirty() = false )
  3. Make changes to the text, even a single char ( IsDirty() = true )
  4. Switch back to WYSIWYG ( IsDirty() = true )
  5. Undo as much as possible to return to the startup state ( IsDirty() = true, which is wrong. It should be false )

comment:2 Changed 17 years ago by Frederico Caldeira Knabben

Milestone: FCKeditor 3.0

comment:3 Changed 17 years ago by Frederico Caldeira Knabben

#638 is a DUP.

comment:4 Changed 15 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.0CKEditor 3.x

comment:5 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.x

Milestone CKEditor 3.x deleted

comment:6 Changed 12 years ago by Jakub Ś

Component: GeneralCore : Undo/Redo
Version: SVN (FCKeditor) - Retired3.0

This sis still reproducible in CKEditor 3.6.4 and in CKEditor v4.

Last edited 12 years ago by Jakub Ś (previous) (diff)
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