Hi,
I have modify line 2530 of ISC_Grid.js in this mode
I add a check condition : "_1!=null".
Without this check in some condition an can rise (for example when you have a tileGrid into a sectionStack and you change de content of tileGrid without never open a sectionStackSection of tileGrid).
Please check it and add it to final release.
I have modify line 2530 of ISC_Grid.js in this mode
Code:
,isc.A.$583=function(){this.logDebug("starting $583()","TileLayout");this.$35v=true;this.$0j=[];var _1=this.$584=this.$585;this.$586=[];this.layoutTiles();if(_1!=null)for(var i=0;i<_1.length;i++){if(!this.$585.contains(_1[i])){_1[i].hide()}}
Without this check in some condition an can rise (for example when you have a tileGrid into a sectionStack and you change de content of tileGrid without never open a sectionStackSection of tileGrid).
Please check it and add it to final release.
Comment