Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035766Retail ModulesWeb POSpublic2017-04-12 12:082017-04-28 13:48
nataliag 
jorge-garcia 
normalmajoralways
closedfixed 
5
 
RR17Q3 
marvintm
No
0035766: External Keyboard duplicate last character in iOS
External Keyboard duplicate last character in iOS
1- Using an iOS device go to "POS Terminal Type" window in backoffice and select the "VBS POS Terminal Type" record, tick the "Use External Input" option.
2- Save changes and go to the POS Terminal.
3- Click on the UPC/EAN field and using a external keyboard insert a code, for example 1234, in the UPC/EAN field the numbers are inserted well but the application is reading the last number twice, 12344.
No tags attached.
diff issue35766.diff (3,627) 2017-04-12 17:11
https://issues.openbravo.com/file_download.php?file_id=10676&type=bug
Issue History
2017-04-12 12:08nataliagNew Issue
2017-04-12 12:08nataliagAssigned To => Retail
2017-04-12 12:08nataliagResolution time => 1491170400
2017-04-12 12:08nataliagTriggers an Emergency Pack => No
2017-04-12 12:18marvintmFile Added: issue35766.diff
2017-04-12 12:58marvintmResolution time1491170400 => 1493157600
2017-04-12 16:39marvintmResolution time1493157600 => 1493762400
2017-04-12 17:11marvintmFile Deleted: issue35766.diff
2017-04-12 17:11marvintmFile Added: issue35766.diff
2017-04-18 15:34jorge-garciaStatusnew => scheduled
2017-04-18 15:34jorge-garciaAssigned ToRetail => jorge-garcia
2017-04-21 10:43hgbotCheckin
2017-04-21 10:43hgbotNote Added: 0096097
2017-04-21 10:43hgbotStatusscheduled => resolved
2017-04-21 10:43hgbotResolutionopen => fixed
2017-04-21 10:43hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5d54544c6fcdb8a980fb1dc23c331340fa06bdbd [^]
2017-04-28 13:48marvintmReview Assigned To => marvintm
2017-04-28 13:48marvintmStatusresolved => closed
2017-04-28 13:48marvintmFixed in Version => RR17Q3

Notes
(0096097)
hgbot   
2017-04-21 10:43   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 5d54544c6fcdb8a980fb1dc23c331340fa06bdbd
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Apr 18 15:40:19 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5d54544c6fcdb8a980fb1dc23c331340fa06bdbd [^]

Fixed issue 35766: External Keyboard duplicate last character in iOS

Three main changes have been made:
 * Now in iOS, the focus keeper value will no longer be reset with the value of
   the editbox.
 * Additionally, also only on iOS, a small timeout has been added only after the
   enter key is pressed.
 * Besides, the enterEvent is now called iosKeyEvent, as it's only used in iOS,
   and we are now only adding the keypress event in iOS and the keyup only in
   the rest of the platforms.

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