details:   /erp/devel/pi/rev/33da0a16fa00
changeset: 11447:33da0a16fa00
user:      Martin Taal <martin.taal <at> openbravo.com>
date:      Mon Apr 04 11:58:48 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
 |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 78fb61ffcae7 -r 33da0a16fa00 
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 09:52:09 2011 +0200
+++ 
b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-view-grid.js
  Mon Apr 04 11:58:48 2011 +0200
@@ -113,9 +113,11 @@
   
   emptyMessage: OB.I18N.getLabel('OBUISC_ListGrid.loadingDataMessage'),
   discardEditsSaveButtonTitle: OB.I18N.getLabel('UINAVBA_Save'),
-  
-  quickDrawAheadRatio: 6.0,
-  drawAheadRatio: 4.0,
+
+  // 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,
   // 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

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to