Hello
1. SmartClient Version: SNAPSHOT_v9.0d_2013-04-06/LGPL Development Only (built 2013-04-06)
6. sample code: see attachment
Issue 1.
When text data is loaded into TextAreaItem I put cursor there and move it with arrow keys. First time it raises ItemChangedEvent event.
Appears in IE 9. Works correct in FF 20
It looks like a bug. Can it be fixed?
Issue 2.
generalValuesManager.editRecord(record) raises onItemChanged() event for RichTextItem.
It also looks like a bug.
Appears in IE8, IE 9. FF 20
testData.xml (sorry, not able to upload more than 5 files)
1. SmartClient Version: SNAPSHOT_v9.0d_2013-04-06/LGPL Development Only (built 2013-04-06)
6. sample code: see attachment
Issue 1.
When text data is loaded into TextAreaItem I put cursor there and move it with arrow keys. First time it raises ItemChangedEvent event.
Appears in IE 9. Works correct in FF 20
It looks like a bug. Can it be fixed?
Issue 2.
generalValuesManager.editRecord(record) raises onItemChanged() event for RichTextItem.
It also looks like a bug.
Appears in IE8, IE 9. FF 20
testData.xml (sorry, not able to upload more than 5 files)
Code:
<List> <testItem> <text>text 1</text> <comment>Comment 1 2 4 </comment> </testItem> <testItem> <text>text 2</text> <comment>Comment 2</comment> </testItem> </List>
Comment