Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0009726 | Openbravo ERP | A. Platform | public | 2009-06-30 20:05 | 2010-01-20 23:25 |
|
Reporter | shuehner | |
Assigned To | rafaroda | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.40 | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0009726: The scrollbar is missing in the selectors & all datagrids when the number of records is too large (i.e. 1.000.000) |
Description | 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.
|
Steps To Reproduce | Use a database with i.e. 1.000.000 products
goto: product grid view
see: scrollbar missing
goto: product selector
see: scrollbar missing
|
Proposed Solution | |
Additional Information | |
Tags | page data grid |
Relationships | depends on | backport | 0010391 | | closed | rafaroda | The scrollbar is missing in the selectors & all datagrids when the number of records is too large (i.e. 1.000.000) | related to | defect | 0011912 | 2.50MP11 | closed | rafaroda | Platform problems with account combination selector |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-06-30 20:05 | shuehner | New Issue | |
2009-06-30 20:05 | shuehner | Assigned To | => dbaz |
2009-07-01 09:44 | psarobe | Status | new => scheduled |
2009-07-01 09:44 | psarobe | fix_in_branch | => pi |
2009-07-12 23:11 | dbaz | Assigned To | dbaz => shuehner |
2009-08-25 11:37 | shuehner | Status | scheduled => acknowledged |
2009-08-25 11:37 | shuehner | Status | acknowledged => scheduled |
2009-11-23 15:54 | shuehner | Assigned To | shuehner => rafaroda |
2010-01-08 11:10 | rafaroda | Tag Attached: page data grid | |
2010-01-08 11:10 | rafaroda | Relationship added | related to 0011912 |
2010-01-08 11:12 | rafaroda | Note Added: 0023260 | |
2010-01-08 11:13 | rafaroda | Note Added: 0023262 | |
2010-01-14 11:24 | hgbot | Checkin | |
2010-01-14 11:24 | hgbot | Note Added: 0023405 | |
2010-01-14 11:24 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/8d89761e56a3e1a63a40740a6e9fb42c2d1f4a54 [^] |
2010-01-14 13:51 | rafaroda | Note Added: 0023451 | |
2010-01-14 13:51 | rafaroda | Status | scheduled => resolved |
2010-01-14 13:51 | rafaroda | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/8d89761e56a3e1a63a40740a6e9fb42c2d1f4a54 [^] => https://code.openbravo.com/erp/devel/pi/rev/b835b7931071 [^] |
2010-01-14 13:51 | rafaroda | Resolution | open => fixed |
2010-01-14 13:52 | rafaroda | Status | resolved => closed |
2010-01-15 00:00 | anonymous | sf_bug_id | 0 => 2932413 |
2010-01-20 23:25 | hudsonbot | Checkin | |
2010-01-20 23:25 | hudsonbot | Note Added: 0023641 | |
Notes |
|
|
|
|
|
|
|
(0023405)
|
hgbot
|
2010-01-14 11:24
|
|
Repository: erp/devel/pi
Changeset: 8d89761e56a3e1a63a40740a6e9fb42c2d1f4a54
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Tue Aug 25 11:41:18 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/8d89761e56a3e1a63a40740a6e9fb42c2d1f4a54 [^]
[PagedGrid] Issue 9726: 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/DynamicJS_data.xsql
M web/js/openbravo/widget/DataGrid.js
---
|
|
|
|
|
|
|
|