Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014303 | Openbravo ERP | B. User interface | public | 2010-08-25 13:01 | 2012-05-29 10:18 |
|
Reporter | plujan | |
Assigned To | guilleaer | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP20 | |
Target Version | | Fixed in Version | 3.0MP12 | |
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 | 0014303: On Rebuild window, the tasks shown are shortened making them meaningless |
Description | 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. |
Steps To Reproduce | Install/update/uninstall a module and rebuild |
Proposed Solution | As shown in the screenshot, it is as simple as extend the area used to meet the window border. |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | design defect | 0011865 | | scheduled | marvintm | On new Rebuild window, subtasks names are not correct |
|
Attached Files | RebuildWithTooMuchWhiteSpace.PNG (15,794) 2010-08-25 13:01 https://issues.openbravo.com/file_download.php?file_id=2933&type=bug
|
|
Issue History |
Date Modified | Username | Field | Change |
2010-08-25 13:01 | plujan | New Issue | |
2010-08-25 13:01 | plujan | Assigned To | => marvintm |
2010-08-25 13:01 | plujan | File Added: RebuildWithTooMuchWhiteSpace.PNG | |
2010-08-25 13:01 | plujan | Issue generated from | 0011865 |
2010-08-25 13:01 | plujan | Relationship added | related to 0011865 |
2010-08-30 09:02 | alostale | Status | new => scheduled |
2012-05-08 16:46 | marvintm | Assigned To | marvintm => guilleaer |
2012-05-11 12:50 | hgbot | Checkin | |
2012-05-11 12:50 | hgbot | Note Added: 0048575 | |
2012-05-11 12:50 | hgbot | Status | scheduled => resolved |
2012-05-11 12:50 | hgbot | Resolution | open => fixed |
2012-05-11 12:50 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/f789211d10bfa31d6941751fef8fd270ce501d6d [^] |
2012-05-11 13:43 | guilleaer | Note Added: 0048577 | |
2012-05-15 17:47 | hgbot | Checkin | |
2012-05-15 17:47 | hgbot | Note Added: 0048661 | |
2012-05-16 09:57 | marvintm | Note Added: 0048683 | |
2012-05-16 09:57 | marvintm | Status | resolved => new |
2012-05-16 09:57 | marvintm | Resolution | fixed => open |
2012-05-25 12:11 | hudsonbot | Checkin | |
2012-05-25 12:11 | hudsonbot | Note Added: 0049100 | |
2012-05-25 12:12 | hudsonbot | Checkin | |
2012-05-25 12:12 | hudsonbot | Note Added: 0049137 | |
2012-05-29 10:16 | marvintm | Status | new => scheduled |
2012-05-29 10:16 | marvintm | fix_in_branch | => pi |
2012-05-29 10:17 | marvintm | Status | scheduled => resolved |
2012-05-29 10:17 | marvintm | Resolution | open => fixed |
2012-05-29 10:18 | marvintm | Note Added: 0049411 | |
2012-05-29 10:18 | marvintm | Status | resolved => closed |
2012-05-29 10:18 | marvintm | Fixed 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
---
|
|
|
|
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
---
|
|
|
|
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. |
|
|
|
|
|
|
|
|
|
The changeset tested was not the last one. After testing the last one, the messages are not moved down if they are long. |
|