Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0019910Openbravo ERPB. User interfacepublic2012-02-29 10:142012-03-02 15:40
dmiguelez 
dmiguelez 
normalminoralways
closedfixed 
20Community Appliance
 
 
Core
No
0019910: No scroll in Classic Windows with HTML generated with Jasper
Not possible to scroll down in HTML output. If you have huge amount of date you are not able to scroll down.
1. install Aging Balance module
2. run report for a period of time where huge amount of data is going to be obtained.
No tags attached.
related to defect 0019906 closed dmiguelez Modules Not possible to scroll down in HTML output 
Issue History
2012-02-29 10:14dmiguelezNew Issue
2012-02-29 10:14dmiguelezAssigned To => dbaz
2012-02-29 10:14dmiguelezModules => Core
2012-02-29 10:14dmiguelezAssigned Todbaz => dmiguelez
2012-02-29 10:14dmiguelezStatusnew => acknowledged
2012-02-29 10:15dmiguelezRelationship addedrelated to 0019906
2012-02-29 11:02dmiguelezNote Added: 0045571
2012-03-01 12:14hgbotCheckin
2012-03-01 12:14hgbotNote Added: 0045659
2012-03-01 12:14hgbotStatusacknowledged => resolved
2012-03-01 12:14hgbotResolutionopen => fixed
2012-03-01 12:14hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/fd04bbbff39a8d76d16f33118a001a61a8a8618e [^]
2012-03-01 16:00iperdomoNote Added: 0045672
2012-03-01 16:00iperdomoStatusresolved => closed
2012-03-02 15:40hudsonbotCheckin
2012-03-02 15:40hudsonbotNote Added: 0046010

Notes
(0045571)
dmiguelez   
2012-02-29 11:02   
Test plan:

1. install Aging Balance module
2. run report for a period of time where huge amount of data is going to be obtained.
3. make sure that now you can scroll through the infortmation
4. click in one of the links to navigate to de Payment Report and make sure that you can scroll through this information too
(0045659)
hgbot   
2012-03-01 12:14   
Repository: erp/devel/pi
Changeset: fd04bbbff39a8d76d16f33118a001a61a8a8618e
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Thu Mar 01 12:13:36 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/fd04bbbff39a8d76d16f33118a001a61a8a8618e [^]

Fixes issue 0019910: Adds parameter to define scroll in AppFrame.

---
M src/org/openbravo/erpCommon/security/Login_FS.xml
M src/org/openbravo/erpCommon/security/Menu.java
---
(0045672)
iperdomo   
2012-03-01 16:00   
Tested on pi @ rev fd04bbbff39a

- Installed xmlEngine concept modules to generate a basic list of products
- Login into the application
- Open a list with the following statement:

OB.ViewManager.openView('OBClassicWindow', {obManualURL:'/org.openbravo.concepts.xmlengine/xmlengine-sample.html?sample=4'})

You'll find that is a long list of products but no scrollbar is shown
- Close the window
- Open a list passing the vScroll=auto and check that a scrollbar is shown:

OB.ViewManager.openView('OBClassicWindow', {obManualURL:'/org.openbravo.concepts.xmlengine/xmlengine-sample.html?sample=4&vScroll=auto'})

- The scrollbar is shown
(0046010)
hudsonbot   
2012-03-02 15:40   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/544d64e0c159 [^]

Maturity status: Test