Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Bug in tileGrid into a sectionStack

    Hi,
    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()}}
    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.

    #2
    Can you check this please.
    Thanks

    Comment


      #3
      Is this a BUG?

      Comment

      Working...
      X