Openbravo Issue Tracking System - Retail Modules
View Issue Details
0032163Retail ModulesWeb POSpublic2016-02-08 15:382016-03-08 11:50
airaceburu 
guilleaer 
immediateminoralways
closedfixed 
5
 
RR16Q1RR16Q1 
marvintm
QA functional test
main
No
0032163: [RR16Q1] Scanning focus on main menu closing
The scanning focus is not set to true again after the main menu closes
1.-Open main menu
2.-Close main menu
3.-Enter a number
4.-Press enter (physical keyboard)

(Uses external input has to be enabled)

The message "UPC/EAN code not found: XX" is not shown
Remove: OB.MobileApp.view.scanningFocus(false, true); from ob-menu.js
No tags attached.
blocks defect 0032160 closed jorge-garcia [RR16Q1] Scanning focus on main menu closing 
Issue History
2016-02-08 18:10OrekariaTypedefect => backport
2016-02-08 18:10OrekariaTarget Version => RR16Q1
2016-02-11 08:59guillermogilIssue Monitored: guillermogil
2016-02-24 13:11guilleaerAssigned ToRetail => guilleaer
2016-02-24 13:41hgbotCheckin
2016-02-24 13:41hgbotNote Added: 0084459
2016-02-24 13:41hgbotStatusscheduled => resolved
2016-02-24 13:41hgbotResolutionopen => fixed
2016-02-24 13:41hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR16Q1/org.openbravo.mobile.core/rev/b96a5f82772477dfd2a2520adca0917448e34106 [^]
2016-03-03 17:16marvintmReview Assigned To => marvintm
2016-03-03 17:16marvintmStatusresolved => closed
2016-03-03 17:16marvintmFixed in Version => RR16Q1
2016-03-08 11:50hgbotCheckin
2016-03-08 11:50hgbotNote Added: 0084818

Notes
(0084459)
hgbot   
2016-02-24 13:41   
Repository: retail/backports/3.0RR16Q1/org.openbravo.mobile.core
Changeset: b96a5f82772477dfd2a2520adca0917448e34106
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Wed Feb 24 13:37:48 2016 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR16Q1/org.openbravo.mobile.core/rev/b96a5f82772477dfd2a2520adca0917448e34106 [^]

Fixes issue 32163 backport of 32160: not disable scanning focus when the menu button is tapped

---
M web/org.openbravo.mobile.core/source/component/ob-menu.js
---
(0084818)
hgbot   
2016-03-08 11:50   
Repository: tools/automation/pi-mobile
Changeset: aa27b376e211180fe1fba93f016a6e93711aa1ab
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Mar 08 10:02:53 2016 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/aa27b376e211180fe1fba93f016a6e93711aa1ab [^]

Related to issue 32163: [RR16Q1] Scanning focus on main menu closing

Due to the changes of the backports some changes are necessary:
* Add a test annotation for test I31747_ConfirmationPopUpWithDefaultAction.
* Backport the test I32160_DefaultActionAfterOpenMenu to try the functionality.

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/externalInput/I31747_ConfirmationPopUpWithDefaultAction.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/externalInput/I32160_DefaultActionAfterOpenMenu.java
---