moldoe
11 May 2009, 6:35 AM
Hi,
I'm not sure if this is a bug or not, but please hear me out.
When you check/uncheck a CheckBox on a form the Change event is not fired until focus on that Checkbox is lost(when onBlur() is called). The onClick() method from CheckBox doesn't fire the Change event but instead calls setValue(b) which it may fire the Change event, but only if the field fireChangeEventOnSetValue is set to true (by default is false).
Is this the right behaviour?
I'm using Windows XP, Hosted Mode.
Thanks,
Daniel
I'm not sure if this is a bug or not, but please hear me out.
When you check/uncheck a CheckBox on a form the Change event is not fired until focus on that Checkbox is lost(when onBlur() is called). The onClick() method from CheckBox doesn't fire the Change event but instead calls setValue(b) which it may fire the Change event, but only if the field fireChangeEventOnSetValue is set to true (by default is false).
Is this the right behaviour?
I'm using Windows XP, Hosted Mode.
Thanks,
Daniel