Threaded View
-
5 Dec 2012 3:55 AM #1
DateField getValue() vs getCurrentValue() javadoc improvement suggestion.
DateField getValue() vs getCurrentValue() javadoc improvement suggestion.
Required Information
Version(s) of GXT
- GXT 3.0.1
Javadoc for getValue() :
Javadoc for getCurrentValue():Gets this object's value. Specified by: getValue() in HasValue, getValue() in TakesValue
Returns: the object's value
I might be wrong but these should be switched arround to match theire behaviour. It often often happens that the getValue method returned an old value() untill it is unblured, unfocused.Returns the field's current value. The value of the field is not updated until the field is blurred when editing.
Returns: the current value
Update:
The real cause of the problem : http://www.sencha.com/forum/showthre...ng-date-pickerLast edited by Foxtrot; 6 Dec 2012 at 12:38 AM. Reason: additional information.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote