Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0028098 | Openbravo ERP | B. User interface | public | 2014-11-05 17:50 | 2014-12-30 23:24 |
|
Reporter | egoitz | |
Assigned To | NaroaIriarte | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR15Q1 | Fixed in Version | 3.0PR15Q1 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 29090 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0028098: The loading text when using Japanese language is shown with vertical diretion |
Description | The loading text when using Japanese language is shown with vertical direction instead of left to right. |
Steps To Reproduce | -Install the Japanese tranlation module.
-After comile access to the application
-change the language to japanesse
*see that the loading message is shown with the text with vertical direction.
see attachment
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | pic_loading.png (16,973) 2014-11-05 17:50 https://issues.openbravo.com/file_download.php?file_id=7483&type=bug

|
|
Issue History |
Date Modified | Username | Field | Change |
2014-11-05 17:50 | egoitz | New Issue | |
2014-11-05 17:50 | egoitz | Assigned To | => dbaz |
2014-11-05 17:50 | egoitz | File Added: pic_loading.png | |
2014-11-05 17:50 | egoitz | OBNetwork customer | => Yes |
2014-11-05 17:50 | egoitz | Modules | => Core |
2014-11-05 17:50 | egoitz | Support ticket | => 29090 |
2014-11-05 17:50 | egoitz | Resolution time | => 1418598000 |
2014-11-05 17:50 | egoitz | Triggers an Emergency Pack | => No |
2014-11-05 17:58 | egoitz | Note Added: 0071442 | |
2014-11-05 18:01 | egoitz | Assigned To | dbaz => AugustoMauch |
2014-11-10 10:53 | alostale | Assigned To | AugustoMauch => NaroaIriarte |
2014-11-17 15:37 | NaroaIriarte | Review Assigned To | => alostale |
2014-11-17 17:16 | hgbot | Checkin | |
2014-11-17 17:16 | hgbot | Note Added: 0071717 | |
2014-11-17 17:16 | hgbot | Status | new => resolved |
2014-11-17 17:16 | hgbot | Resolution | open => fixed |
2014-11-17 17:16 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/f73599ad96468649417e17d76f77030879c5270d [^] |
2014-11-17 17:17 | alostale | Note Added: 0071718 | |
2014-11-17 17:17 | alostale | Status | resolved => closed |
2014-11-17 17:17 | alostale | Fixed in Version | => 3.0PR15Q1 |
2014-12-30 23:24 | hudsonbot | Checkin | |
2014-12-30 23:24 | hudsonbot | Note Added: 0073062 | |
Notes |
|
(0071442)
|
egoitz
|
2014-11-05 17:58
|
|
|
|
(0071717)
|
hgbot
|
2014-11-17 17:16
|
|
Repository: erp/devel/pi
Changeset: f73599ad96468649417e17d76f77030879c5270d
Author: Naroa Iriarte <naroa.iriarte <at> openbravo.com>
Date: Mon Nov 17 16:46:52 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/f73599ad96468649417e17d76f77030879c5270d [^]
Fixed issue 28098: Loading text is shown vertically when using japanese language.
When the languaje was japanese, the text showing "loading..." in japanese charcteres was shown vertically.
I have changed the width of the layout from 1 to 100 and added an align to the right.
The problem was that each japanese charcter was treated as an independent word, and when there was more than one word,
automatically it was posted down the other word. So, we saw it vertically.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities.js
---
|
|
|
|
code reviewed
tested both in Japanese and English: working fine |
|
|
|
|