details: /erp/devel/pi/rev/f38090dd9112 changeset: 11468:f38090dd9112 user: Martin Taal <martin.taal <at> openbravo.com> date: Mon Apr 04 22:56:16 2011 +0200 summary: Fixes 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 | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diffs (15 lines): diff -r 09b8353ff1ba -r f38090dd9112 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 Mon Apr 04 22:24:38 2011 +0200 +++ b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-view-grid.js Mon Apr 04 22:56:16 2011 +0200 @@ -116,8 +116,9 @@ // commented out because of: https://issues.openbravo.com/view.php?id=16515 // default is much smaller which give smoother scrolling - //quickDrawAheadRatio: 4.0, - //drawAheadRatio: 6.0, +// quickDrawAheadRatio: 2.0, +// drawAheadRatio: 1.0, + scrollRedrawDelay: 0, // 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
