-
9 Jul 2012 1:08 PM #1
DateField#setValue() doesn't work after the triggered date picker used.
DateField#setValue() doesn't work after the triggered date picker used.
Steps to reproduce for any 3.0.0* versions:
- http://sencha.com/examples-dev/#Exam...e:basicbinding
- Change the field "Updated:" to any other date with the date picker, not with keyboard
- Click "Cancel" button.
Quick trace pointed me to the line:
where viewData.getCurrentValue() contains stale value while v has the right one.Code:String s = (viewData != null) ? viewData.getCurrentValue() : v;
-
9 Jul 2012 10:46 PM #2
The field 'Select Company' is also not restored.
-
10 Jul 2012 1:35 AM #3
No, "Selected Company" provides the details fields below and left-side with primary data. Cancel resets the editable fields to this data.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote