Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035402Retail ModulesWeb POSpublic2017-03-02 11:132017-03-07 18:22
guillermogil 
ranjith_qualiantech_com 
urgentminoralways
closedfixed 
5
 
RR17Q2 
marvintm
No
0035402: Price button on WebPOS Keyboard has sometimes a wrong behavior
Price button on WebPOS Keyboard has sometimes a wrong behavior.
If we use the Physical keyboard enter key the behavior is different than if we use WebPOS Enter key.
Login on WebPOS
Add a product
Select that line
Click "Price button"
Click "6" button
Click WebPOS enter key

The focus is lost from "Price" button -> Good behavior

Click "Price button"
Click "6" button
Click Phisical Keyboard enter key

The focus is still on "Price" button -> Wrong behavior

You can see attached video to see current behavior too.
Unify behavior of Enter keys by losing "Price" button focus
No tags attached.
? priceButton.ogv (3,579,199) 2017-03-02 11:20
https://issues.openbravo.com/file_download.php?file_id=10529&type=bug
Issue History
2017-03-02 11:13guillermogilNew Issue
2017-03-02 11:13guillermogilAssigned To => Retail
2017-03-02 11:13guillermogilTriggers an Emergency Pack => No
2017-03-02 11:13guillermogilDescription Updatedbug_revision_view_page.php?rev_id=14716#r14716
2017-03-02 11:20guillermogilFile Added: priceButton.ogv
2017-03-02 11:20guillermogilSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=14718#r14718
2017-03-03 11:01ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2017-03-03 11:01ranjith_qualiantech_comStatusnew => scheduled
2017-03-06 12:33guillermogilResolution time => 1488150000
2017-03-07 07:56hgbotCheckin
2017-03-07 07:56hgbotNote Added: 0094781
2017-03-07 07:56hgbotStatusscheduled => resolved
2017-03-07 07:56hgbotResolutionopen => fixed
2017-03-07 07:56hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/41d75ff3f842597b465f27fadadaca5e63f7f5de [^]
2017-03-07 07:57hgbotCheckin
2017-03-07 07:57hgbotNote Added: 0094782
2017-03-07 18:22marvintmReview Assigned To => marvintm
2017-03-07 18:22marvintmStatusresolved => closed
2017-03-07 18:22marvintmFixed in Version => RR17Q2

Notes
(0094781)
hgbot   
2017-03-07 07:56   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 41d75ff3f842597b465f27fadadaca5e63f7f5de
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Mar 07 12:24:50 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/41d75ff3f842597b465f27fadadaca5e63f7f5de [^]

Fixes issue 35402 : Reset Keyboard Status when enter key triggered through external keyboard

---
M web/org.openbravo.mobile.core/source/component/ob-keyboard.js
---
(0094782)
hgbot   
2017-03-07 07:57   
Repository: tools/automation/pi-mobile
Changeset: 5ac190a81a129b72f57824c95f50a646f5a2f191
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Mar 07 12:25:50 2017 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/5ac190a81a129b72f57824c95f50a646f5a2f191 [^]

Verifies issue 35402 : Added automated test 'I35402_VerifiedEnterKeyOnExternalKeyboard'

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I35402_VerifiedEnterKeyOnExternalKeyboard.java
---