I've some rich text columns in a form in a model-driven app. Sometimes, they get dirty without editing them, and after some time, the form loads, making it unsaved.
These columns are not used in any javascript code, business rule, or anywhere except the form and some reports.
Only some JS code is registered on these columns on the change event which is used to populate a custom lookup that records the person that last updated the form.
Now, sometimes the form is getting dirty because of these fields and that lookup is getting populated incorrectly.
Any suggestions or fixes will be highly appreciated.