manager: fix datepicker navigation in IE (#30043)

This commit is contained in:
Frédéric Péters 2019-02-06 14:59:10 +01:00
parent b3a284d825
commit 1f02150240
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@
show: function (e) {
this.picker.show();
this.height = this.component ? this.component.outerHeight() : this.element.outerHeight();
if (this.forceParse) {
if (this.forceParse && !(this.isVisible && e.type == 'focus')) {
this.update();
}
this.place();