Servoy Developer
Version 3.1.3-build 407
Java version 1.5.0_10-b03 (Windows XP)
Just a minor UI issue:
I think the implementation of the combo box field action and datachange invocation is not quite right (using arrow keys only)
If I tab into the field and step through the choices with my up and down arrows, each selection triggers anaction and datachange event.
I think the expected behavior would be to defer at least the action event until the user hits ‘Enter’ or tabs/clicks out of the combo box.