Ticket #167 (new Bug)

Opened 3 years ago

Last modified 12 months ago

Improving IsDirty after switching modes and undo

Reported by: alfonsoml Owned by:
Priority: Normal Milestone: CKEditor 3.x
Component: General Version: SVN (FCKeditor)
Keywords: Confirmed 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

Changed 3 years ago by fredck

  • keywords Confirmed added
  • summary changed from Improving the IsDirty detection after switching modes to Improving 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 )

Changed 3 years ago by fredck

  • milestone set to FCKeditor 3.0

Changed 3 years ago by fredck

#638 is a DUP.

Changed 12 months ago by fredck

  • milestone changed from CKEditor 3.0 to CKEditor 3.x
Note: See TracTickets for help on using tickets.