I've noticed a (minor) problem with DoubleEditBox and Int32EditBox. I have some of these in several dialog boxes with the usual OK and Cancel buttons, with IsDefault and IsCancel respectively set true. The problem is that the edit boxes are eating the enter key when they have focus (though not the escape key), which is rather harmful to the usability of the dialog boxes.
Is there a way to disable whatever behavior the enter key is being used for so that it can be used for the normal function of the OK button press in these dialogs?
Is there a way to disable whatever behavior the enter key is being used for so that it can be used for the normal function of the OK button press in these dialogs?