1. SNAPSHOT_v9.0d_2013-02-28/LGPL Development Only (built 2013-02-28)
2. browser(s): IE 8, FF 10.0.2
Creating a RichTextItem on DynamicForm automatically initializes its with empty value and fires ItemChangedEvent.
editForm.getChangedValues() returns {richTextItem=}
This behavior looks incorrect. It's difficult to determine if there were any changes on the form. Other types of FormItems do not get default values without additional coding.
Could you please fix it?
2. browser(s): IE 8, FF 10.0.2
Creating a RichTextItem on DynamicForm automatically initializes its with empty value and fires ItemChangedEvent.
editForm.getChangedValues() returns {richTextItem=}
This behavior looks incorrect. It's difficult to determine if there were any changes on the form. Other types of FormItems do not get default values without additional coding.
Could you please fix it?
Comment