I have four editor controls on one page. The first instance of the editor always casts a text change event on postback even when there is no text change, all other instances behave as expected.
When the first editor's text change event is processed, if I compare the editors text property with it's view state value, they are equal.
Any idea what may be causing this behavior?