I have some input controls that commit value changes when they lose focus rather than on each change.
The problem with this approach is that when a button is clicked becuase it doesnt take the focus the input controls value is not being committed. This particularly causes a problem when something like a window close button is clicked or say a button to move to a new row in a dataProvider. I was wondering how others are tackling this as a design issue. tks
