Openbravo Issue Tracking System - Retail Modules
View Issue Details
0031664Retail ModulesWeb POSpublic2015-12-07 19:212017-01-17 11:43
Orekaria 
Retail 
normalmajoralways
acknowledgedopen 
5
 
 
No
0031664: The javascript generated file is sent in an incorrect encoding
The javascript generated file is sent in an incorrect encoding
A)
Configure tomcat to work with an encoding different from the UTF-8
See the related issues below
Backout any of that issues
Verify that the characters are shown with wrong encoding

B)
Verify that the javascript file is sent to the terminal in a file which content is enyo.depends.on(....)
Verify that when a new generated file is created, the content of that file changes and the manifest is able to reload the new javascript

Remove the enyo.depends and its file
Find a way for the manifest to correctly load the new javascript file
No tags attached.
blocks defect 0031603 closed mario_castello [Discount Matrix] Wrong characters shown: "•" 
blocks defect 0031237 closed mario_castello [Complementary Products] Wrong characters shown in Complementary Products popup (It is shown: "• Insect repellent" ) 
blocks defect 0031300 closed mario_castello Wrong character shown in cross store window. It is shown "×" instead of "X" 
blocks defect 0030030RR15Q4 closed Osmany Hardcoded "»" character 
Issue History
2015-12-07 19:21OrekariaNew Issue
2015-12-07 19:21OrekariaAssigned To => Retail
2015-12-07 19:21OrekariaTriggers an Emergency Pack => No
2015-12-07 19:21OrekariaRelationship addedblocks 0031603
2015-12-07 19:22OrekariaStatusnew => acknowledged
2015-12-07 19:23OrekariaRelationship addedblocks 0031237
2015-12-07 19:23OrekariaRelationship addedblocks 0031300
2015-12-07 19:23OrekariaRelationship addedblocks 0030030
2015-12-09 16:28hgbotCheckin
2015-12-09 16:28hgbotNote Added: 0082624
2017-01-17 11:42marvintmTypedefect => design defect
2017-01-17 11:43marvintmNote Added: 0093629

Notes
(0082624)
hgbot   
2015-12-09 16:28   
Repository: tools/automation/pi-mobile
Changeset: 101f9dee2526decd9e55bdf0e63ea7cb2d9856f5
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Wed Dec 09 14:17:25 2015 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/101f9dee2526decd9e55bdf0e63ea7cb2d9856f5 [^]

Related to issue 31664: Special characters string verified in an atomic test

This test should be set as obsolete when the issue is fixed properly

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/VerifySpecialCharactersString.java
---
(0093629)
marvintm   
2017-01-17 11:43   
Encoding of the Javascript file as of now depends on the stack configuration, as the Javascript file is served directly as a common resource file. Changing it to be served by a servlet would have a performance cost, and it is not clear at this point that it would be worth the hassle. In any case, it's not a trivial change, so we are changing it to a design defect.