[SSE] Don't refill combodataview when it's not visible (for 33478).

This commit is contained in:
Julia Radzhabova 2017-03-24 15:08:55 +03:00
parent 3b187f75dd
commit 81b2d41dcb

View file

@ -209,7 +209,7 @@ define([
},
checkSize: function() {
if (this.cmpEl) {
if (this.cmpEl && this.cmpEl.is(':visible')) {
var me = this,
width = this.cmpEl.width(),
height = this.cmpEl.height();