loopindex / ckeditor-track-changes

Track changes plugin for CKEditor, based on ICE (track changes for TinyMCE).
www.loopindex.com
Other
51 stars 55 forks source link

Track Changes isTracking = false in editor config but “cut” context menu change is tracked #126

Open alarimer opened 7 years ago

alarimer commented 7 years ago

Track Changes is off when the editor loads.

When selecting text (or any other content) it can be successfully deleted with Ctrl+X, Delete, and Backspace. However, using the context menu Cut command the change is tracked: verified via preview and developer tools.

Turning Track Changes on then off again with the toolbar button results in the expected, no-tracking behavior.