Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010391Openbravo ERPA. Platformpublic2009-06-30 20:052010-01-14 13:48
shuehner 
rafaroda 
normalmajorhave not tried
closedfixed 
5
2.40 
 
Core
No
0010391: The scrollbar is missing in the selectors & all datagrids when the number of records is too large (i.e. 1.000.000)
When opening i.e. the product grid or the product selector and having 1.000.000 products when the scrollbar is missing and thus the grid is unusable.
Use a database with i.e. 1.000.000 products
goto: product grid view
see: scrollbar missing

goto: product selector
see: scrollbar missing
page data grid
blocks defect 0009726 closed rafaroda The scrollbar is missing in the selectors & all datagrids when the number of records is too large (i.e. 1.000.000) 
Issue History
2009-08-25 11:37shuehnerTypedefect => backport
2009-08-25 11:37shuehnerfix_in_branchpi => 2.40
2009-08-25 11:55hgbotCheckin
2009-08-25 11:55hgbotNote Added: 0019209
2009-08-25 11:55hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.40_pageddatagrid/rev/e12aa25e0060fe0dab147a61fa712b1272710dd4 [^]
2009-11-23 15:54shuehnerAssigned Toshuehner => rafaroda
2010-01-08 11:10rafarodaTag Attached: page data grid
2010-01-08 11:12rafarodaNote Added: 0023261
2010-01-14 13:14hgbotCheckin
2010-01-14 13:14hgbotNote Added: 0023421
2010-01-14 13:14hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/stable/2.40_pageddatagrid/rev/e12aa25e0060fe0dab147a61fa712b1272710dd4 [^] => http://code.openbravo.com/erp/stable/2.40/rev/e12aa25e0060fe0dab147a61fa712b1272710dd4 [^]
2010-01-14 13:47rafarodaNote Added: 0023450
2010-01-14 13:47rafarodaStatusscheduled => resolved
2010-01-14 13:47rafarodaFixed in SCM revisionhttp://code.openbravo.com/erp/stable/2.40/rev/e12aa25e0060fe0dab147a61fa712b1272710dd4 [^] => https://code.openbravo.com/erp/stable/2.40/rev/a58e33bde8f9 [^]
2010-01-14 13:47rafarodaResolutionopen => fixed
2010-01-14 13:48rafarodaStatusresolved => closed

Notes
(0019209)
hgbot   
2009-08-25 11:55   
Repository: erp/stable/2.40_pageddatagrid
Changeset: e12aa25e0060fe0dab147a61fa712b1272710dd4
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Tue Aug 25 11:41:58 2009 +0200
URL: http://code.openbravo.com/erp/stable/2.40_pageddatagrid/rev/e12aa25e0060fe0dab147a61fa712b1272710dd4 [^]

[PagedGrid] Issue 10391: Introduce paging button to DataGrid and limit scrollable record range to 10k
Part 1 preperation:
- Add two new ad_message entries for translation of Previous & Next link texts
- Ship these two entries in DynamicJS output to be usable from javascript
- DataGrid: new atrribute backendPage in Data-response: parse, store and add getter for this value
- DataGrid: add utility methods to move between the new backend pages and to show/hide the paging buttons
- DataGrid: on resort (click on column header) reposition cursor always on the first recrod

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/erpCommon/utility/MessagesJS_data.xsql
M web/js/openbravo/widget/DataGrid.js
---
(0023261)
rafaroda   
2010-01-08 11:12   
Documentation at:
* http://wiki.openbravo.com/wiki/Projects/Paged_Datagrid [^]
* http://wiki.openbravo.com/wiki/Projects/Paged_Datagrid/How_to_convert_an_existing_Selector [^]
(0023421)
hgbot   
2010-01-14 13:14   
Repository: erp/stable/2.40
Changeset: e12aa25e0060fe0dab147a61fa712b1272710dd4
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Tue Aug 25 11:41:58 2009 +0200
URL: http://code.openbravo.com/erp/stable/2.40/rev/e12aa25e0060fe0dab147a61fa712b1272710dd4 [^]

[PagedGrid] Issue 10391: Introduce paging button to DataGrid and limit scrollable record range to 10k
Part 1 preperation:
- Add two new ad_message entries for translation of Previous & Next link texts
- Ship these two entries in DynamicJS output to be usable from javascript
- DataGrid: new atrribute backendPage in Data-response: parse, store and add getter for this value
- DataGrid: add utility methods to move between the new backend pages and to show/hide the paging buttons
- DataGrid: on resort (click on column header) reposition cursor always on the first recrod

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/erpCommon/utility/MessagesJS_data.xsql
M web/js/openbravo/widget/DataGrid.js
---
(0023450)
rafaroda   
2010-01-14 13:47   
2.40_pageddatagrid branch has been merged back to 2.40 branch https://code.openbravo.com/erp/stable/2.40/shortlog/1063 [^]