The name of the elements (or treenodes) in the ObjectStoreManager gets changed even when clicked on Cancel Button
Steps ::
1) Add some elements to ObjectStoreManager .
2) Click on Edit Button
3) Select any TreeNode in the Treeview and change its name
4) Now click on Cancel Button
Expected Result ::
The name of that element should not get changed . The previous value should be retained
Actual Result ::
The name of the element is changed to the new value .
Another place where this happens is when you click edit, make changes and blindly navigate to another tree. There should be a message asking you whether you want to do this or not?