﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2990	wrong IsDirty() after GetData() execution	Andrey		"1. Before call of GetData() the value of IsDirty() was false.
2. After call of GetData() the value of IsDirty() became true.
FF3. Easy to reproduce.

I think the problem in FCKXHtml.GetXHTML(). 
There's a function call
""FCKDomTools.EnforcePaddingNode(FCKTools.GetElementDocument(A), FCKConfig.EnterMode);"" which makes trouble. 

I quick_fixed it by inserting ""if (!D) FCK.ResetIsDirty();"" after EnforcePaddingNode."	Bug	closed	Normal		Core : Output Data	FCKeditor 2.6.4	invalid		
