Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0014902 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Openbravo ERP] A. Platform | minor | always | 2010-10-18 15:51 | 2011-03-01 08:43 | |||
Reporter | networkb | View Status | public | |||||
Assigned To | adrianromero | |||||||
Priority | high | Resolution | fixed | Fixed in Version | 2.50MP27 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 12fe0563b53c | ||||
Projection | none | ETA | none | Target Version | 2.50MP26 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 2.50MP22 | 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 | 0014902: 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 | No tags attached. | |||||||
Attached Files | ![]() ![]() ![]() | |||||||
![]() |
||||||||
|
![]() |
|
(0031962) networkb (viewer) 2010-10-19 11:59 |
The same problem happens on the loading popup: src/org/openbravo/erpCommon/utility/PopupLoading.java |
(0033375) adrianromero (viewer) 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 (viewer) 2011-03-01 08:43 |
Tested: Working Fine. |
![]() |
|||
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-18 15:51 | networkb | OBNetwork customer | => Yes |
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 |