Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* dojox.math.BigInteger-ext: Added Tests and fixed issue #298, added patch for https://bugs.dojotoolkit.org/ticket/12954 * Workaround for issue #294. I think the real problem is that _Scroller updates the wrong pages in its resize() function. Maybe it should even call needPage() for all pages when the grid's autoHeight property is set. But I don't understand the scroller code good enough to fix this. This workaround just moves the call to grid's resize() method a bit down to when all pages have been updated in updateRowCount(). (#297) * dojox.math.BigInteger-ext: Added Tests and fixed issue #298, added patch for https://bugs.dojotoolkit.org/ticket/12954 * dojox.math.BigInteger: Converted all intentions from spaces to tabs as per the Dojo style guide.
- Loading branch information