Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0014902Openbravo ERPA. Platformpublic2010-10-18 15:512011-03-01 08:43
networkb 
adrianromero 
highminoralways
closedfixed 
5
2.50MP22 
2.50MP262.50MP27 
Core
No
0014902: 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");
No tags attached.
blocks defect 00155033.0RC4 closed adrianromero The vertical Menu when loading does not print the textinterfaces using utf-8 encoding 
png error.png (14,200) 2010-10-18 15:51
https://issues.openbravo.com/file_download.php?file_id=3238&type=bug
png

diff Issue-14902.diff (676) 2010-12-23 12:54
https://issues.openbravo.com/file_download.php?file_id=3445&type=bug
diff Issue-14902-2.diff (666) 2010-12-23 12:55
https://issues.openbravo.com/file_download.php?file_id=3446&type=bug
Issue History
2010-10-18 15:51networkbNew Issue
2010-10-18 15:51networkbAssigned To => adrianromero
2010-10-18 15:51networkbFile Added: error.png
2010-10-19 11:59networkbNote Added: 0031962
2010-11-05 08:26shuehnerIssue Monitored: shuehner
2010-11-17 13:18adrianromeroTarget Version2.50MP24 => 2.50MP25
2010-12-21 16:07adrianromeroTypedefect => backport
2010-12-21 16:07adrianromeroIssue cloned0015503
2010-12-21 16:07adrianromeroRelationship addedblocks 0015503
2010-12-22 16:01adrianromeroTarget Version2.50MP25 => 2.50MP26
2010-12-23 12:54adrianromeroStatusnew => scheduled
2010-12-23 12:54adrianromeroFile Added: Issue-14902.diff
2010-12-23 12:55adrianromeroFile Added: Issue-14902-2.diff
2010-12-23 12:56adrianromeroNote Added: 0033375
2010-12-23 12:56adrianromeroStatusscheduled => resolved
2010-12-23 12:56adrianromeroFixed in SCM revision => Attached diffs
2010-12-23 12:56adrianromeroResolutionopen => fixed
2011-01-10 13:54hgbotCheckin
2011-01-10 13:54hgbotNote Added: 0033564
2011-01-10 13:54hgbotFixed in SCM revisionAttached diffs => http://code.openbravo.com/erp/stable/2.50/rev/b084c045abd55ae81f8a20e4864ea451f160b3a8 [^]
2011-01-10 13:54hgbotCheckin
2011-01-10 13:54hgbotNote Added: 0033565
2011-01-10 13:54hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/stable/2.50/rev/b084c045abd55ae81f8a20e4864ea451f160b3a8 [^] => http://code.openbravo.com/erp/stable/2.50/rev/12fe0563b53cf8fb11b539806ba48714926c2eba [^]
2011-03-01 08:43dalsasuaNote Added: 0034453
2011-03-01 08:43dalsasuaStatusresolved => closed
2011-03-01 08:43dalsasuaFixed in Version => 2.50MP27

Notes
(0031962)
networkb   
2010-10-19 11:59   
The same problem happens on the loading popup:

src/org/openbravo/erpCommon/utility/PopupLoading.java
(0033375)
adrianromero   
2010-12-23 12:56   
This issue is fixed with the attached diff. It needs to be pushed to the 2.50 repository when unfrozen.
(0033564)
hgbot   
2011-01-10 13:54   
Repository: erp/stable/2.50
Changeset: b084c045abd55ae81f8a20e4864ea451f160b3a8
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Tue Dec 21 16:05:34 2010 +0100
URL: http://code.openbravo.com/erp/stable/2.50/rev/b084c045abd55ae81f8a20e4864ea451f160b3a8 [^]

Fixes issue 0014902: The vertical Menu when loading does not print the textinterfaces using utf-8 encoding

---
M src/org/openbravo/erpCommon/utility/VerticalMenu.java
---
(0033565)
hgbot   
2011-01-10 13:54   
Repository: erp/stable/2.50
Changeset: 12fe0563b53cf8fb11b539806ba48714926c2eba
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Wed Dec 22 16:00:42 2010 +0100
URL: http://code.openbravo.com/erp/stable/2.50/rev/12fe0563b53cf8fb11b539806ba48714926c2eba [^]

Fixes issue 0014902: The vertical Menu when loading does not print the textinterfaces using utf-8 encoding

---
M src/org/openbravo/erpCommon/utility/PopupLoading.java
---
(0034453)
dalsasua   
2011-03-01 08:43   
Tested: Working Fine.