Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0015503 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | minor | always | 2010-12-21 16:07 | 2011-05-24 10:57 | |||
Reporter | adrianromero | View Status | public | |||||
Assigned To | adrianromero | |||||||
Priority | high | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 9eabf077358a | ||||
Projection | none | ETA | none | Target Version | 3.0RC4 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 3.0RC3 | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | ||||||||
OBNetwork customer | OBPS | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0015503: The vertical Menu when loading does not print the textinterfaces using utf-8 encoding | |||||||
Description | The vertical Menu when loading does not print the textinterfaces using utf-8 encoding. If the text on the vertical menu when loading has especial characters as ä, the text is not properly printed. | |||||||
Steps To Reproduce | -Install the spanish language -On text interfaces window search for the loading text on the VerticalMenu.html file -Edit and go to translation tab -Change "Cargando" with "Cärgando" -Save -Change the role and change the language -Click ok -Change the role again -Click ok, *See that the text on the vertical menu is not correct. see attachment | |||||||
Proposed Solution | On file src/org/openbravo/erpCommon/utility/VerticalMenu.java on the method printPageLoadingMenu before final PrintWriter out = response.getWriter(); add the followoing line response.setContentType("text/html; charset=UTF-8"); | |||||||
Tags | closingMay2011 | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0033347) hgbot (developer) 2010-12-21 16:09 |
Repository: erp/devel/pi Changeset: cc25fcd18717899b677c4c7d759a173499bacb04 Author: Adrián Romero <adrianromero <at> openbravo.com> Date: Tue Dec 21 16:08:28 2010 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/cc25fcd18717899b677c4c7d759a173499bacb04 [^] Fixes issue 0015503: The vertical Menu when loading does not print the textinterfaces using utf-8 encoding --- M src/org/openbravo/erpCommon/utility/VerticalMenu.java --- |
(0033365) hgbot (developer) 2010-12-22 15:58 |
Repository: erp/devel/pi Changeset: 9eabf077358ab238e754b52137ba00c2db585c99 Author: Adrián Romero <adrianromero <at> openbravo.com> Date: Wed Dec 22 15:57:16 2010 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/9eabf077358ab238e754b52137ba00c2db585c99 [^] Fixes issue 0015503: The vertical Menu when loading does not print the textinterfaces using utf-8 encoding --- M src/org/openbravo/erpCommon/utility/PopupLoading.java --- |
(0033466) hudsonbot (viewer) 2010-12-30 13:15 |
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated: Changeset: http://code.openbravo.com/erp/devel/main/rev/cc25fcd18717 [^] Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/7d7e5eebcc62 [^] Tests: http://builds.openbravo.com/view/int/ [^] OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.19448.obx [^] |
(0033468) hudsonbot (viewer) 2010-12-30 13:15 |
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated: Changeset: http://code.openbravo.com/erp/devel/main/rev/9eabf077358a [^] Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/7d7e5eebcc62 [^] Tests: http://builds.openbravo.com/view/int/ [^] OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.19448.obx [^] |
![]() |
|||
Date Modified | Username | Field | Change |
2010-12-21 16:07 | adrianromero | New Issue | |
2010-12-21 16:07 | adrianromero | Assigned To | => adrianromero |
2010-12-21 16:07 | adrianromero | Modules | => Core |
2010-12-21 16:07 | adrianromero | OBNetwork customer | => Yes |
2010-12-21 16:07 | adrianromero | Issue generated from | 0014902 |
2010-12-21 16:07 | adrianromero | Relationship added | depends on 0014902 |
2010-12-21 16:09 | hgbot | Checkin | |
2010-12-21 16:09 | hgbot | Note Added: 0033347 | |
2010-12-21 16:09 | hgbot | Status | new => resolved |
2010-12-21 16:09 | hgbot | Resolution | open => fixed |
2010-12-21 16:09 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/cc25fcd18717899b677c4c7d759a173499bacb04 [^] |
2010-12-22 15:58 | hgbot | Checkin | |
2010-12-22 15:58 | hgbot | Note Added: 0033365 | |
2010-12-22 15:58 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/cc25fcd18717899b677c4c7d759a173499bacb04 [^] => http://code.openbravo.com/erp/devel/pi/rev/9eabf077358ab238e754b52137ba00c2db585c99 [^] |
2010-12-30 13:15 | hudsonbot | Checkin | |
2010-12-30 13:15 | hudsonbot | Note Added: 0033466 | |
2010-12-30 13:15 | hudsonbot | Checkin | |
2010-12-30 13:15 | hudsonbot | Note Added: 0033468 | |
2011-05-24 10:03 | dalsasua | Tag Attached: closingMay2011 | |
2011-05-24 10:57 | dalsasua | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |