Isomorphic-SmartClient-Version: v10.0p_2015-03-05Pro
GWT version: 2.6.1
Browser: IE 8 and IE11
As per the functionality, when we click on any record, a new form opens. If any change in the form is made then isDirty flag is set to true.
We upgraded gwt version of our application from gwt 2.3.0 to gwt 2.6.1. Currently we are facing  a problem with ItemChangedHandler. ItemChangedEvent is fired whenever the page loads due to which the dirty flag is always set to true even though no change in the form has been made.
This functionality was working fine with gwt 2.3.0.
After gwt upgrade, the ItemChangedEvent is fired wrongly in IE 8 and IE11. Though it works fine in Chrome.
I have attached the code for reference;  gwt_itemchangedhandler_issue.txt
GWT version: 2.6.1
Browser: IE 8 and IE11
As per the functionality, when we click on any record, a new form opens. If any change in the form is made then isDirty flag is set to true.
We upgraded gwt version of our application from gwt 2.3.0 to gwt 2.6.1. Currently we are facing  a problem with ItemChangedHandler. ItemChangedEvent is fired whenever the page loads due to which the dirty flag is always set to true even though no change in the form has been made.
This functionality was working fine with gwt 2.3.0.
After gwt upgrade, the ItemChangedEvent is fired wrongly in IE 8 and IE11. Though it works fine in Chrome.
I have attached the code for reference;  gwt_itemchangedhandler_issue.txt
Comment