Openbravo Issue Tracking System - Retail Modules
View Issue Details
0030899Retail ModulesWeb POSpublic2015-09-23 14:512015-10-13 16:07
yogaskarnik 
marvintm 
normalmajoralways
closedfixed 
5
RR15Q2.3 
RR16Q1 
Orekaria
No
0030899: Backspace key does not work when field type defined as 'tel' in enyo text field
Backspace key does not work when field type defined as 'tel' in enyo text field
1.Create a dialog box
2.Define a enyo text field as follows:
kind: 'OB.UI.renderTextProperty',
type: 'tel',

3.Enter a numeric value and press backspace key
4.Observe that the backspace key does not work
No tags attached.
diff issue30899.diff (1,127) 2015-10-07 16:32
https://issues.openbravo.com/file_download.php?file_id=8534&type=bug
Issue History
2015-09-23 14:51yogaskarnikNew Issue
2015-09-23 14:51yogaskarnikAssigned To => Retail
2015-09-23 14:51yogaskarnikResolution time => 1443564000
2015-09-23 14:51yogaskarnikTriggers an Emergency Pack => No
2015-10-05 12:04OrekariaAssigned ToRetail => Orekaria
2015-10-05 12:04OrekariaAssigned ToOrekaria => marvintm
2015-10-05 12:04OrekariaStatusnew => scheduled
2015-10-07 16:32marvintmFile Added: issue30899.diff
2015-10-09 13:52hgbotCheckin
2015-10-09 13:52hgbotNote Added: 0080915
2015-10-09 13:52hgbotStatusscheduled => resolved
2015-10-09 13:52hgbotResolutionopen => fixed
2015-10-09 13:52hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/d6701326b318a548388e03677efd0bc2db1913aa [^]
2015-10-09 13:52marvintmReview Assigned To => Orekaria
2015-10-09 13:58OrekariaStatusresolved => closed
2015-10-09 13:58OrekariaFixed in Version => RR16Q1
2015-10-13 16:03hgbotCheckin
2015-10-13 16:03hgbotNote Added: 0080982
2015-10-13 16:03hgbotStatusclosed => resolved
2015-10-13 16:03hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/d6701326b318a548388e03677efd0bc2db1913aa [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/529571fd768652656a297f1d778d98a11d4e3957 [^]
2015-10-13 16:07OrekariaStatusresolved => closed

Notes
(0080915)
hgbot   
2015-10-09 13:52   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: d6701326b318a548388e03677efd0bc2db1913aa
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Fri Oct 09 10:58:04 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/d6701326b318a548388e03677efd0bc2db1913aa [^]

Fixed issue 30899. Now the 'tel' types of fields will work correctly with the backspace key.

---
M web/org.openbravo.mobile.core/source/component/ob-terminal-component.js
---
(0080982)
hgbot   
2015-10-13 16:03   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 529571fd768652656a297f1d778d98a11d4e3957
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Oct 13 14:03:06 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/529571fd768652656a297f1d778d98a11d4e3957 [^]

Fixed issue 30899. Now the backspace will be prevented from triggering in a more generic way.

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