Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015503Openbravo ERPA. Platformpublic2010-12-21 16:072011-05-24 10:57
adrianromero 
adrianromero 
highminoralways
closedfixed 
5
3.0RC3 
3.0RC4 
Core
No
0015503: The vertical Menu when loading does not print the textinterfaces using utf-8 encoding
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.
-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
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");
closingMay2011
depends on backport 00149022.50MP26 closed adrianromero The vertical Menu when loading does not print the textinterfaces using utf-8 encoding 
Issue History
2010-12-21 16:07adrianromeroNew Issue
2010-12-21 16:07adrianromeroAssigned To => adrianromero
2010-12-21 16:07adrianromeroModules => Core
2010-12-21 16:07adrianromeroIssue generated from0014902
2010-12-21 16:07adrianromeroRelationship addeddepends on 0014902
2010-12-21 16:09hgbotCheckin
2010-12-21 16:09hgbotNote Added: 0033347
2010-12-21 16:09hgbotStatusnew => resolved
2010-12-21 16:09hgbotResolutionopen => fixed
2010-12-21 16:09hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/cc25fcd18717899b677c4c7d759a173499bacb04 [^]
2010-12-22 15:58hgbotCheckin
2010-12-22 15:58hgbotNote Added: 0033365
2010-12-22 15:58hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/cc25fcd18717899b677c4c7d759a173499bacb04 [^] => http://code.openbravo.com/erp/devel/pi/rev/9eabf077358ab238e754b52137ba00c2db585c99 [^]
2010-12-30 13:15hudsonbotCheckin
2010-12-30 13:15hudsonbotNote Added: 0033466
2010-12-30 13:15hudsonbotCheckin
2010-12-30 13:15hudsonbotNote Added: 0033468
2011-05-24 10:03dalsasuaTag Attached: closingMay2011
2011-05-24 10:57dalsasuaStatusresolved => closed

Notes
(0033347)
hgbot   
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   
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   
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   
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 [^]