Comment 4 for bug 1032171

Revision history for this message
Pasi Kallinen (paxed) wrote : Re: EDI Accounts Display

This seems to be a dojo bug - I've traced it down to dojox.grid.DataGrid._resize()

Around line 13390:

   }else if(this.fitTo == "parent"){
           var h = dojo._getContentBox(pn).h;
                            dojo.marginBox(this.domNode, { h: Math.max(0, h) });
   }

The value of h just keeps increasing...