Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0014303Openbravo ERPB. User interfacepublic2010-08-25 13:012012-05-29 10:18
plujan 
guilleaer 
highminoralways
closedfixed 
5
2.50MP20 
3.0MP12 
Core
No
0014303: On Rebuild window, the tasks shown are shortened making them meaningless
The Rebuild window has a animated line that is showing the actual progress. However, this progress is not clearly shown. A lot of white space is wasted while the text showing what is actually happening in the rebuild is so short. See attach.
Install/update/uninstall a module and rebuild
As shown in the screenshot, it is as simple as extend the area used to meet the window border.
No tags attached.
related to design defect 0011865 scheduled marvintm On new Rebuild window, subtasks names are not correct 
png RebuildWithTooMuchWhiteSpace.PNG (15,794) 2010-08-25 13:01
https://issues.openbravo.com/file_download.php?file_id=2933&type=bug
png
Issue History
2010-08-25 13:01plujanNew Issue
2010-08-25 13:01plujanAssigned To => marvintm
2010-08-25 13:01plujanFile Added: RebuildWithTooMuchWhiteSpace.PNG
2010-08-25 13:01plujanIssue generated from0011865
2010-08-25 13:01plujanRelationship addedrelated to 0011865
2010-08-30 09:02alostaleStatusnew => scheduled
2012-05-08 16:46marvintmAssigned Tomarvintm => guilleaer
2012-05-11 12:50hgbotCheckin
2012-05-11 12:50hgbotNote Added: 0048575
2012-05-11 12:50hgbotStatusscheduled => resolved
2012-05-11 12:50hgbotResolutionopen => fixed
2012-05-11 12:50hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/f789211d10bfa31d6941751fef8fd270ce501d6d [^]
2012-05-11 13:43guilleaerNote Added: 0048577
2012-05-15 17:47hgbotCheckin
2012-05-15 17:47hgbotNote Added: 0048661
2012-05-16 09:57marvintmNote Added: 0048683
2012-05-16 09:57marvintmStatusresolved => new
2012-05-16 09:57marvintmResolutionfixed => open
2012-05-25 12:11hudsonbotCheckin
2012-05-25 12:11hudsonbotNote Added: 0049100
2012-05-25 12:12hudsonbotCheckin
2012-05-25 12:12hudsonbotNote Added: 0049137
2012-05-29 10:16marvintmStatusnew => scheduled
2012-05-29 10:16marvintmfix_in_branch => pi
2012-05-29 10:17marvintmStatusscheduled => resolved
2012-05-29 10:17marvintmResolutionopen => fixed
2012-05-29 10:18marvintmNote Added: 0049411
2012-05-29 10:18marvintmStatusresolved => closed
2012-05-29 10:18marvintmFixed in Version => 3.0MP12

Notes
(0048575)
hgbot   
2012-05-11 12:50   
Repository: erp/devel/pi
Changeset: f789211d10bfa31d6941751fef8fd270ce501d6d
Author: Guillermo Álvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Fri May 11 12:49:05 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/f789211d10bfa31d6941751fef8fd270ce501d6d [^]

Fixed issue 14303: Rebuid pop up uses the available space to show progress messages

The css class associated to the task tree container has been removed. This class established an unnecessary width to the container. The substring action has been mantained but the range has been increased to show a large messages avoiding line breaks.

---
M src/org/openbravo/erpCommon/ad_process/ApplyModules.html
---
(0048577)
guilleaer   
2012-05-11 13:43   
Test plan:

Log in as System administrador
Module managment
Install one module (Hello world)
Rebuild

Longer messages should be shown without line breaks

This fix is not risky
(0048661)
hgbot   
2012-05-15 17:47   
Repository: erp/devel/pi
Changeset: 529a0dde59ccaef40f103c989770b7068bd91225
Author: Guillermo Álvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Tue May 15 17:46:03 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/529a0dde59ccaef40f103c989770b7068bd91225 [^]

Related to issue 14303: Sorter messages to avoid lines breaks in IE an FF

---
M src/org/openbravo/erpCommon/ad_process/ApplyModules.html
---
(0048683)
marvintm   
2012-05-16 09:57   
The messages are now correctly shown. However, if one of the messages is too long, it is temporarily moved to the next line, and the rest of the items in the build are also scrolled down, which is a very disturbing sight for the user.

The message should probably be truncated a bit more (so the substring should be done with a slightly smaller number), so that this doesn't happen.

Contact me if you have any additional doubts.
(0049100)
hudsonbot   
2012-05-25 12:11   
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/5401e185a8b0 [^]

Maturity status: Test
(0049137)
hudsonbot   
2012-05-25 12:12   
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/5401e185a8b0 [^]

Maturity status: Test
(0049411)
marvintm   
2012-05-29 10:18   
The changeset tested was not the last one. After testing the last one, the messages are not moved down if they are long.