Openbravo Issue Tracking System - Retail Modules
View Issue Details
0032476Retail ModulesWeb POSpublic2016-03-15 11:012016-03-29 19:12
malsasua 
mario_castello 
highmajoralways
closedfixed 
20Community Appliance
 
RR16Q2 
guilleaer
No
0032476: Componet 'OB.UI.renderTextMultiLineProperty' is not working fine with backspace key
In the component 'OB.UI.renderTextMultiLineProperty', if you try to delete one char using the keypad "backspace", the char is not deleted
in the component OB.UI.ModalReceiptLinesPropertiesImpl [1] change the attribute 'OB.UI.renderTextProperty' to 'OB.UI.renderTextMultiLineProperty'

. go to web POS
. add new product
. click in "Description" button-> pop up with a textarea component is opened
. Add some text in the textarea and click in backspace -> the chars are not deleted

[1] https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/file/27c88ede3ed3/web/org.openbravo.retail.posterminal/js/components/modalreceiptlineproperties.js#l132 [^]
No tags attached.
Issue History
2016-03-15 11:01malsasuaNew Issue
2016-03-15 11:01malsasuaAssigned To => Retail
2016-03-15 11:01malsasuaResolution time => 1460671200
2016-03-15 11:01malsasuaTriggers an Emergency Pack => No
2016-03-16 09:03guillermogilIssue Monitored: guillermogil
2016-03-18 15:06OrekariaStatusnew => acknowledged
2016-03-21 13:57mario_castelloAssigned ToRetail => mario_castello
2016-03-21 14:48mario_castelloStatusacknowledged => scheduled
2016-03-23 14:16hgbotCheckin
2016-03-23 14:16hgbotNote Added: 0085289
2016-03-23 14:16hgbotStatusscheduled => resolved
2016-03-23 14:16hgbotResolutionopen => fixed
2016-03-23 14:16hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5b2fac7f1a8bdbebaa2f298d7fa4a4c39262f7cd [^]
2016-03-29 19:12guilleaerReview Assigned To => guilleaer
2016-03-29 19:12guilleaerStatusresolved => closed
2016-03-29 19:12guilleaerFixed in Version => RR16Q2

Notes
(0085289)
hgbot   
2016-03-23 14:16   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 5b2fac7f1a8bdbebaa2f298d7fa4a4c39262f7cd
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Wed Mar 23 07:15:54 2016 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5b2fac7f1a8bdbebaa2f298d7fa4a4c39262f7cd [^]

Fixed issue 32476: Added validation to textarea component

---
M web/org.openbravo.mobile.core/source/component/ob-terminal-component.js
---