Hello, I need to use a date picker in a window insise the desktop but it does not work. It appears but when I click in the month button the style seems broken and I can not work with it.

How to reproduce


In ExtJS 5.0.1 ,edit the GridWindow.js inside the desktop example and add a date picker in the tool bar:



Code:



{
xtype: 'datefield',
fieldLabel: 'Date of Birth',
name: 'dob',
allowBlank: false,
alwaysOnTop : true,
maxValue: new Date()
}

After the change you will get a result like in the picture in Chrome and Firefox:

datepicker_bug_extjs5.PNG


I hope you can help me with this. Thank in advance.


Regards.