SmartGWT 3.0.p / GWT 2.3.0 / IE 9
Hi all,
I am using the ListGrid widget with a Restfull Datasource. It works great, but for a Problem I thought could simply have been caused by the IE9 Development plugin. Unfortunately I get this problem in the compiled version as well.
It seems that updates through the fields of a Dynamic Form don't work all the times. Sometimes yes, sometimes not. The problem isn't in the datasource integration as I have seen that the values aren't simply updated in the DSRequest that I get in my transformRequest.
When an update to a field is made and one waits a little or when one change focus to another field and waits 2 or 3 seconds as well, the update appears more frequently in the DSRequest...
I'm sure that that is a bug because when I use Chrome it works without problems even if one repeats these updates one hundred times...Has anyone else noticed this problem?
Thank you very much in advance!
Fabio
Hi all,
I am using the ListGrid widget with a Restfull Datasource. It works great, but for a Problem I thought could simply have been caused by the IE9 Development plugin. Unfortunately I get this problem in the compiled version as well.
It seems that updates through the fields of a Dynamic Form don't work all the times. Sometimes yes, sometimes not. The problem isn't in the datasource integration as I have seen that the values aren't simply updated in the DSRequest that I get in my transformRequest.
When an update to a field is made and one waits a little or when one change focus to another field and waits 2 or 3 seconds as well, the update appears more frequently in the DSRequest...
I'm sure that that is a bug because when I use Chrome it works without problems even if one repeats these updates one hundred times...Has anyone else noticed this problem?
Thank you very much in advance!
Fabio
Comment