Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0
-
Fix Version/s: 4.1
-
Component/s: MOBI-Components
-
Labels:None
-
Environment:Any
Description
The mobi:dateSpinner component, in its non-native mode, is submitting the value just entered by the user after blurring the text field. The same component and mobi:timeSpinner as well are submitting the value after pressing the 'Set' button. This should behaviour should only exist if these components have an ace:ajax tag, otherwise they should work as client-side only components, and their values should be submitted when submitting the whole form.
r45739: modified mobi:dateSpinner and mobi:timeSpinner to work in client-side mode by default and to only submit when they have an ajax behavior.
When in non-native mode, the mobi:dateSpinner and mobi:timeSpinner don't submit their values after blurring the text field or after pressing the 'Set' button of the dialog, unless they have an ajax behaviour.