Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0014902
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Openbravo ERP] A. Platformminoralways2010-10-18 15:512011-03-01 08:43
ReporternetworkbView Statuspublic 
Assigned Toadrianromero 
PriorityhighResolutionfixedFixed in Version2.50MP27
StatusclosedFix in branchFixed in SCM revision12fe0563b53c
ProjectionnoneETAnoneTarget Version2.50MP26
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version2.50MP22SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

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

DescriptionThe 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 SolutionOn 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");
TagsNo tags attached.
Attached Filespng file icon error.png [^] (14,200 bytes) 2010-10-18 15:51


diff file icon Issue-14902.diff [^] (676 bytes) 2010-12-23 12:54 [Show Content]
diff file icon Issue-14902-2.diff [^] (666 bytes) 2010-12-23 12:55 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]
blocks defect 00155033.0RC4 closedadrianromero The vertical Menu when loading does not print the textinterfaces using utf-8 encoding 

-  Notes
(0031962)
networkb (developer)
2010-10-19 11:59

The same problem happens on the loading popup:

src/org/openbravo/erpCommon/utility/PopupLoading.java
(0033375)
adrianromero (manager)
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 (developer)
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 (developer)
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 (reporter)
2011-03-01 08:43

Tested: Working Fine.

- Issue History
Date Modified Username Field Change
2010-10-18 15:51 networkb New Issue
2010-10-18 15:51 networkb Assigned To => adrianromero
2010-10-18 15:51 networkb File Added: error.png
2010-10-19 11:59 networkb Note Added: 0031962
2010-11-05 08:26 shuehner Issue Monitored: shuehner
2010-11-17 13:18 adrianromero Target Version 2.50MP24 => 2.50MP25
2010-12-21 16:07 adrianromero Type defect => backport
2010-12-21 16:07 adrianromero Issue cloned 0015503
2010-12-21 16:07 adrianromero Relationship added blocks 0015503
2010-12-22 16:01 adrianromero Target Version 2.50MP25 => 2.50MP26
2010-12-23 12:54 adrianromero Status new => scheduled
2010-12-23 12:54 adrianromero File Added: Issue-14902.diff
2010-12-23 12:55 adrianromero File Added: Issue-14902-2.diff
2010-12-23 12:56 adrianromero Note Added: 0033375
2010-12-23 12:56 adrianromero Status scheduled => resolved
2010-12-23 12:56 adrianromero Fixed in SCM revision => Attached diffs
2010-12-23 12:56 adrianromero Resolution open => fixed
2011-01-10 13:54 hgbot Checkin
2011-01-10 13:54 hgbot Note Added: 0033564
2011-01-10 13:54 hgbot Fixed in SCM revision Attached diffs => http://code.openbravo.com/erp/stable/2.50/rev/b084c045abd55ae81f8a20e4864ea451f160b3a8 [^]
2011-01-10 13:54 hgbot Checkin
2011-01-10 13:54 hgbot Note Added: 0033565
2011-01-10 13:54 hgbot Fixed in SCM revision http://code.openbravo.com/erp/stable/2.50/rev/b084c045abd55ae81f8a20e4864ea451f160b3a8 [^] => http://code.openbravo.com/erp/stable/2.50/rev/12fe0563b53cf8fb11b539806ba48714926c2eba [^]
2011-03-01 08:43 dalsasua Note Added: 0034453
2011-03-01 08:43 dalsasua Status resolved => closed
2011-03-01 08:43 dalsasua Fixed in Version => 2.50MP27


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker