Ticket #167 (new Bug)

Opened 21 months ago

Last modified 17 months ago

Improving IsDirty after switching modes and undo

Reported by: alfonsoml Owned by:
Priority: Normal Milestone: CKEditor 3.0
Component: General Version: SVN
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 21 months 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 18 months ago by fredck

  • milestone set to FCKeditor 3.0

Changed 17 months ago by fredck

#638 is a DUP.

Note: See TracTickets for help on using tickets.