Hi all!
I have found a problem with my ckeditor installation after adding two plugins to my build: CodeSnippet and MathJax (Mathematical plugin)
Now checkDirty() function does not work properly if there is a codesnippet or formula widget in the editor content. In this case CheckDirty() always returns "true" after page has loaded.
Important note:
I use ckeditor in Inline mode. I checked classic mode - in this case checkDirty(); works properly with this widgets, the problem is only in Inline mode.
My system:
Ckeditor: 4.4.7
My build (Standart set of plugins + Enhanced Image + CodeSnippet+ Mathematical plugin):
http://ckeditor.com/online-builder/releases/minified/4.4.7/moono/4.4.7/ckeditor_4.4.7_91a624735a3d.zip
OS: Ubuntu 12.04 x86_64
Browsers: Lastest versions of Chrome and Firefox
Please, can anyone tell me is it a bug or I'm going wrong somewhere?