This problem has been observed in the 2.4 SmartGWT release using Firefox:
We have multiple ComboBox items in our app, and just recently added a call to them in order to prevent invalid values from being saved, specifically
setAddUnknownValues(false);
What we observed as an unexpected side-effect is that including this prevents the onChanged handler for these items from being triggered. If the setAddUnknownValues is commented out, it works like a charm again. If commented back in, the unknown values behavior is correct, but the onChanged code is never executed.
Can you advise ASAP?
We have multiple ComboBox items in our app, and just recently added a call to them in order to prevent invalid values from being saved, specifically
setAddUnknownValues(false);
What we observed as an unexpected side-effect is that including this prevents the onChanged handler for these items from being triggered. If the setAddUnknownValues is commented out, it works like a charm again. If commented back in, the unknown values behavior is correct, but the onChanged code is never executed.
Can you advise ASAP?
Comment