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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0015503
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformminoralways2010-12-21 16:072011-05-24 10:57
ReporteradrianromeroView Statuspublic 
Assigned Toadrianromero 
PriorityhighResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision9eabf077358a
ProjectionnoneETAnoneTarget Version3.0RC4
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version3.0RC3SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0015503: 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");
TagsclosingMay2011
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
depends on backport 00149022.50MP26 closedadrianromero The vertical Menu when loading does not print the textinterfaces using utf-8 encoding 

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

- Issue History
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 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
Powered by Mantis Bugtracker