﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
117	FCK.IsDirty() fails in Source view	Alfonso Martínez de Lizarrondo	Alfonso Martínez de Lizarrondo	"The check is run against EditorDocument so now that the object is destroyed it raises an error, but previously it did return a wrong state while the user changed the source in the textarea.

{{{
	IsDirty : function()
	{
		return ( this.StartupValue != this.EditorDocument.body.innerHTML ) ;
	},

	ResetIsDirty : function()
	{
		if ( this.EditorDocument.body )
			this.StartupValue = this.EditorDocument.body.innerHTML ;
	},
}}}"	Bug	closed	Normal		General	FCKeditor 2.4	fixed	HasPatch	
