Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0018161Openbravo ERPB. User interfacepublic2011-08-02 14:442011-08-06 05:32
dbaz 
mtaal 
immediatemajoralways
closedfixed 
5
 
3.0MP2 
Core
No
0018161: "Workspace" widgets side doesn't show the scroll if needed
"Workspace" widgets side doesn't show the scroll if needed
Open the "Workspace" tab with many widgets in the right and small browser resolution. You can notice that you can not scroll down to view all
Inside

web/org.openbravo.client.myob/js/ob-myopenbravo.js

there is

this.portalLayout = isc.PortalLayout.create({

which has the proper attributes

      overflow: 'auto',
      height: '100%',


This worked fine in MP1, but an update of Smartclient library in MP2 cycle has broken it. You can check this easily by using old Smartclient library (and check that it works).

So it seems that is a bug introduced by Smartclient in one of its last month nightly build
No tags attached.
Issue History
2011-08-02 14:44dbazNew Issue
2011-08-02 14:44dbazAssigned To => mtaal
2011-08-02 14:44dbazModules => Core
2011-08-03 11:47psarobeStatusnew => scheduled
2011-08-03 11:47psarobeSeveritycritical => major
2011-08-03 13:17hgbotCheckin
2011-08-03 13:17hgbotNote Added: 0039819
2011-08-03 13:17hgbotStatusscheduled => resolved
2011-08-03 13:17hgbotResolutionopen => fixed
2011-08-03 13:17hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/becfe61e94af4f795209c1de3d81f3a635fe43fa [^]
2011-08-03 15:54shuehnerNote Added: 0039831
2011-08-03 15:54shuehnerStatusresolved => closed
2011-08-06 05:32hudsonbotCheckin
2011-08-06 05:32hudsonbotNote Added: 0039948

Notes
(0039819)
hgbot   
2011-08-03 13:17   
Repository: erp/devel/pi
Changeset: becfe61e94af4f795209c1de3d81f3a635fe43fa
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Wed Aug 03 13:16:59 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/becfe61e94af4f795209c1de3d81f3a635fe43fa [^]

Fixes issue 18161 Workspace widgets side doesn't show the scroll if needed
Set the overflow of the content of the layout correctly

---
M modules/org.openbravo.client.myob/web/org.openbravo.client.myob/js/ob-myopenbravo.js
---
(0039831)
shuehner   
2011-08-03 15:54   
Tested in pi (rev id:15596297db75) on FF5/linux, chromium/linux, IE8/winxp. no scrollbar is displayed if needed and disappears when no longer needed.
(0039948)
hudsonbot   
2011-08-06 05:32   
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/5744448753e7 [^]

Maturity status: Test