DatePicker won't select the last item in a list
REQUIRED INFORMATION
Touch version tested:Browser versions tested against:DOCTYPE tested against:Description:- The last item in a DatePicker list (month, day or year) can't be selected. It reverts to the second last item in the list.
Steps to reproduce the problem:- Create an Ext.field.DatePicker (in an Ext.form.FieldSet in an Ext.form.Panel in an Ext.navigation.View in an Ext.Container in an Ext.tab.Panel). Run it and manually select the last year (2012).
The result that was expected:- The year 2012 is selected.
The result that occurs instead:- The year 2011 is selected.
Operating System:
test case:
Code:
Ext.Viewport.add(
new Ext.picker.Date()
);