Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0011679
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] Z. Othersminorhave not tried2009-12-08 10:392011-09-21 22:46
ReporterarunkumarView Statuspublic 
Assigned Toshuehner 
PrioritynormalResolutionout of dateFixed in Version
StatusclosedFix in branchpiFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version2.40SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0011679: Clicking Previous 5 and Next 5 display different page records

DescriptionIf we click Previous 5 and next 5 in the page it displays different number of records.
Steps To ReproducePrerequisite:

1.Have a 2.40 environment.
2.Change the no of rows to 5 using org.openbravo.erpCommon.utility.TableSQLData.maxRowsPerGridPage

Steps:

Click Information -> Product
Product popup window will be opened.
Assume Sales 2006 - EUR price list has 15 products.
Initially it displays 1-5/5
When we click "Next 5" we are able to see 1-27/27 then it displays 6-10/10
Now you are in the page 6-10/10. There you click "Next 5"
Here you can see 6-32/32. Then it will display 11-15/15.
In that page you can see another "Next 5" If you click that you can see 11-37/37.
Tagspage data grid
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
depends on backport 0011710 closedshuehner Clicking Previous 5 and Next 5 display different page records 

-  Notes
(0022583)
shuehner (administrator)
2009-12-09 13:14

Two issues here:

First:
The number of record is unknown in the client until the list of rows is received from the server. In the time period until this data is received the 1-27/27 is shown (where 27 is the number of rows fitting on your display). This is unchanged from the old behavior.

Second:
As explained in 11678 the total/absolte number of rows will not be shown so the data shown is the total number of rows upto the last row in the current page.
(0041211)
shuehner (administrator)
2011-09-21 22:46

This issue is related to 11678 (Grid does not show total number of pages). As a approximation the grid does show the minimum number of records it can be sure of. Example being on first full 'page' of 10.000 the row number is known to be 10.000 (or more) and when being on the second full page the number is known to be 20.000 which is shown in the count explaining the change.

However in the new 3.0 major version the grid does both not have the previous/next buttons anymore and also the global count is no longer present so this issue does not apply anymore.

- Issue History
Date Modified Username Field Change
2009-12-08 10:39 arunkumar New Issue
2009-12-08 10:39 arunkumar Assigned To => rafaroda
2009-12-08 11:42 arunkumar Tag Attached: page data grid
2009-12-09 13:14 shuehner Note Added: 0022583
2009-12-09 16:25 psarobe Severity major => minor
2009-12-09 16:26 psarobe Status new => scheduled
2009-12-09 16:26 psarobe Assigned To rafaroda => shuehner
2009-12-09 16:26 psarobe fix_in_branch => pi
2011-09-21 22:46 shuehner Note Added: 0041211
2011-09-21 22:46 shuehner Status scheduled => closed
2011-09-21 22:46 shuehner Resolution open => out of date


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker