Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0028989
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminoralways2015-02-18 18:492015-12-30 16:12
ReporterguilleaerView Statuspublic 
Assigned Toguilleaer 
PrioritynormalResolutionfixedFixed in VersionRR16Q1
StatusclosedFix in branchFixed in SCM revisionf105846b86ad
ProjectionnoneETAnoneTarget VersionRR16Q1
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned ToOrekaria
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0028989: scanningfocus(false) is not working

DescriptionThis issue affects to Mobile Core

Every call to
OB.MobileApp.view.scanningFocus(false);
is not doing nothing because the other param force is not set to true.

If force is not set, the code never will do the following return

     if (!this.scanMode && forced) {
       return;
     }

because force param will be undefined. Hence, the engine will set again the focus in the focuskeeper.
Steps To ReproduceHaving the focuskeeper enabled, debug the code when OB.MobileApp.view.scanningFocus(false);
is executed.

You will see that the return is not executed and focuskeeper get's the focus again.
Proposed SolutionRemove the second parameter.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks defect 0031785 closedjorge-garcia There are wrong characters appearing on UPC search. 

-  Notes
(0074626)
hgbot (developer)
2015-02-18 18:56

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: f105846b86add67a4a602ad513892abec0054b95
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Wed Feb 18 18:55:23 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/f105846b86add67a4a602ad513892abec0054b95 [^]

Fixed bug 28989: Focus keeper cannot be disabled

* Not used parameter force have been removed because it is not being used
* The value of that parameter is not used any more
* When keeper is enabled, the system try to get the value from focuskeeper to set the terminal textbox

---
M web/org.openbravo.mobile.core/source/component/ob-keyboard.js
M web/org.openbravo.mobile.core/source/component/ob-terminal-component.js
---
(0074667)
migueldejuana (developer)
2015-02-19 16:25

Tested and reviewed in dc521597d18e
(0074668)
migueldejuana (developer)
2015-02-19 16:29

Need to be tested with barcode scanner and in different tablets
(0075317)
malsasua (developer)
2015-03-09 13:50

there is a case that it is not working fine:
. login
. new receipt
. click in browse
. click in Avalanche Transceiver -> product is added
. click in the line created
. in detail window: click in "return line" button -> qty -1 is displayed
. in keyboard click in the next keys: 12345678
only is displayed the numbers: 2468

without this changeset, all numbers are displayed
(0083080)
Orekaria (administrator)
2015-12-30 16:12

the issue has been finally fixed in https://issues.openbravo.com/view.php?id=31785 [^]

- Issue History
Date Modified Username Field Change
2015-02-18 18:49 guilleaer New Issue
2015-02-18 18:49 guilleaer Assigned To => guilleaer
2015-02-18 18:49 guilleaer Triggers an Emergency Pack => No
2015-02-18 18:56 hgbot Checkin
2015-02-18 18:56 hgbot Note Added: 0074626
2015-02-18 18:56 hgbot Status new => resolved
2015-02-18 18:56 hgbot Resolution open => fixed
2015-02-18 18:56 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/f105846b86add67a4a602ad513892abec0054b95 [^]
2015-02-19 16:25 migueldejuana Review Assigned To => migueldejuana
2015-02-19 16:25 migueldejuana Note Added: 0074667
2015-02-19 16:25 migueldejuana Status resolved => closed
2015-02-19 16:29 migueldejuana Note Added: 0074668
2015-02-19 16:29 migueldejuana Status closed => new
2015-02-19 16:29 migueldejuana Resolution fixed => open
2015-02-19 16:31 migueldejuana Status new => scheduled
2015-02-19 16:31 migueldejuana fix_in_branch => pi
2015-02-19 16:31 migueldejuana Status scheduled => resolved
2015-02-19 16:31 migueldejuana Resolution open => fixed
2015-03-09 13:50 malsasua Note Added: 0075317
2015-03-09 13:50 malsasua Status resolved => new
2015-03-09 13:50 malsasua Resolution fixed => open
2015-03-30 20:12 marvintm Target Version RR15Q2 => RR15Q3
2015-06-15 18:16 marvintm Target Version RR15Q3 => RR15Q4
2015-09-29 14:34 Orekaria Target Version RR15Q4 => RR16Q1
2015-09-29 14:34 Orekaria fix_in_branch pi =>
2015-12-21 18:41 Orekaria Target Version RR16Q1 => RR16Q2
2015-12-28 11:40 Orekaria Status new => scheduled
2015-12-30 16:11 Orekaria Relationship added blocks 0031785
2015-12-30 16:11 Orekaria Status scheduled => resolved
2015-12-30 16:11 Orekaria Resolution open => fixed
2015-12-30 16:11 Orekaria Review Assigned To migueldejuana => Orekaria
2015-12-30 16:11 Orekaria Status resolved => closed
2015-12-30 16:11 Orekaria Fixed in Version => RR16Q1
2015-12-30 16:12 Orekaria Target Version RR16Q2 => RR16Q1
2015-12-30 16:12 Orekaria Note Added: 0083080


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker