﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3674	[FF3] resetDirty() not working after initial load	Damian		"When calling resetDirty() after setData() the editor's checkDirty() function returns true. The expected result is that the dirty flag is reset after setting data. 

FF3 is the only browser this happens in. 

Example call:

{{{
editor = CKEDITOR.appendTo( 'div1',
    {
      on :
        {
          instanceReady : function( ev )
          {
            ev.editor.setData( '<div><h1>This is some sample data</h1></div>' );
            ev.editor.resetDirty();
          }
        }
    });
}}}

Test file attached.
"	Bug	closed	Normal	CKEditor 3.0	General		invalid	IBM	
