details: /erp/devel/pi/rev/cbec6201de23 changeset: 11484:cbec6201de23 user: Martin Taal <martin.taal <at> openbravo.com> date: Tue Apr 05 15:16:34 2011 +0200 summary: Related to issue 16515: Performance issue in several windows: Tax rate and Account tree
diffstat: modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-view-grid.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r ba863d26907f -r cbec6201de23 modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-view-grid.js --- a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-view-grid.js Tue Apr 05 12:36:49 2011 +0200 +++ b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-view-grid.js Tue Apr 05 15:16:34 2011 +0200 @@ -118,7 +118,7 @@ // default is much smaller which give smoother scrolling // quickDrawAheadRatio: 2.0, // drawAheadRatio: 1.0, - scrollRedrawDelay: 0, + scrollRedrawDelay: 20, // note: don't set drawAllMaxCells too high as it results in extra reads // of data, Smartclient will try to read until drawAllMaxCells has been // reached ------------------------------------------------------------------------------ Xperia(TM) PLAY It's a major breakthrough. An authentic gaming smartphone on the nation's most reliable network. And it wants your games. http://p.sf.net/sfu/verizon-sfdev _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
