In modern toolkit in Ext.field.Date, documentation says `mousedown` event listener should expect to receive following arguments:
But, in fact, receives only:* @param {Ext.field.Text} this This field.
* @param {Ext.event.Event} e.
Link: http://docs.sencha.com/extjs/6.5.3/m...vent-mousedown* @param {Ext.event.Event} e.