Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0032764 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2016-04-22 12:03 | 2016-06-01 14:51 | |||
Reporter | umartirena | View Status | public | |||||
Assigned To | guillermogil | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | RR16Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 712e7f5cf91c | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | marvintm | |||||||
OBNetwork customer | OBPS | |||||||
Support ticket | ||||||||
Regression level | Pre packaging ( pi ) | |||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0032764: [RFID] [SER-QA 956] Use External Input flag makes the Product Search selector unusable | |||||||
Description | Use External Input flag makes the Product Search selector unusable. If this flag is checked in POS Terminal Type, when you try to put the focus on product search selector to try to write anything, it automatically moves the focus to the scan. So it is very difficult to filter by anything on product search selector | |||||||
Steps To Reproduce | In Openbravo ERP: * Go to POS Terminal Type window. Check "Use External Input" flag. * Go to Web POS. * Click on Search. * Put the focus on search filter and try to write something. * Realize that the focus is removed from search and is set to scan. So whatever you try to write in search it will be written in scan, and this is not correct. The focus should not be moved to scan in this situation. | |||||||
Tags | SER-QA | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0086046) hgbot (developer) 2016-04-28 09:40 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: 712e7f5cf91c4a08924c199ce3453f84e2586976 Author: Guillermo Gil <guillermo.gil <at> openbravo.com> Date: Thu Apr 28 09:40:17 2016 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/712e7f5cf91c4a08924c199ce3453f84e2586976 [^] Fixed issue 32764: Use External Input flag makes the Product Search selector unusable There is a wrong scope. this is window so scanMode is always undefined. --- M web/org.openbravo.mobile.core/source/component/ob-terminal-component.js --- |
(0086047) jorge-garcia (viewer) 2016-04-28 10:50 |
Before closing, try in Android if this code can be deleted from scanningFocus function: setTimeout(function () { if (this.scanMode || (document.activeElement.tagName !== 'INPUT' && document.activeElement.tagName !== 'SELECT' && document.activeElement.tagName !== 'TEXTAREA')) { keeper = document.getElementById('_focusKeeper'); keeper.focus(); } }, 500); |
![]() |
|||
Date Modified | Username | Field | Change |
2016-04-22 12:03 | umartirena | New Issue | |
2016-04-22 12:03 | umartirena | Assigned To | => Retail |
2016-04-22 12:03 | umartirena | OBNetwork customer | => Yes |
2016-04-22 12:03 | umartirena | Resolution time | => 1462485600 |
2016-04-22 12:03 | umartirena | Triggers an Emergency Pack | => No |
2016-04-22 12:23 | VictorVillar | Summary | Use External Input flag makes the Product Search selector unusable => [SER-QA 956] Use External Input flag makes the Product Search selector unusable |
2016-04-22 12:23 | VictorVillar | Tag Attached: SER-QA | |
2016-04-22 14:10 | Orekaria | Summary | [SER-QA 956] Use External Input flag makes the Product Search selector unusable => [RR16Q2] [SER-QA 956] Use External Input flag makes the Product Search selector unusable |
2016-04-22 14:10 | Orekaria | Status | new => acknowledged |
2016-04-26 09:56 | VictorVillar | Regression level | => Production - QA Approved |
2016-04-26 13:16 | jorge-garcia | Status | acknowledged => scheduled |
2016-04-26 13:16 | jorge-garcia | Assigned To | Retail => jorge-garcia |
2016-04-27 10:50 | Orekaria | Summary | [RR16Q2] [SER-QA 956] Use External Input flag makes the Product Search selector unusable => [RFID] [RR16Q2] [SER-QA 956] Use External Input flag makes the Product Search selector unusable |
2016-04-28 09:40 | hgbot | Checkin | |
2016-04-28 09:40 | hgbot | Note Added: 0086046 | |
2016-04-28 09:40 | hgbot | Status | scheduled => resolved |
2016-04-28 09:40 | hgbot | Resolution | open => fixed |
2016-04-28 09:40 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/712e7f5cf91c4a08924c199ce3453f84e2586976 [^] |
2016-04-28 10:13 | jorge-garcia | Assigned To | jorge-garcia => guillermogil |
2016-04-28 10:14 | jorge-garcia | Review Assigned To | => marvintm |
2016-04-28 10:50 | jorge-garcia | Note Added: 0086047 | |
2016-05-06 10:30 | Orekaria | Status | resolved => new |
2016-05-06 10:30 | Orekaria | Resolution | fixed => open |
2016-05-06 10:30 | Orekaria | Status | new => scheduled |
2016-05-06 10:31 | Orekaria | Status | scheduled => resolved |
2016-05-06 10:31 | Orekaria | Fixed in Version | => RR16Q3 |
2016-05-06 10:31 | Orekaria | Resolution | open => fixed |
2016-05-06 15:17 | marvintm | Status | resolved => closed |
2016-06-01 14:51 | guillermogil | Regression level | Production - QA Approved => Pre packaging ( pi ) |
2016-06-01 14:51 | guillermogil | Summary | [RFID] [RR16Q2] [SER-QA 956] Use External Input flag makes the Product Search selector unusable => [RFID] [SER-QA 956] Use External Input flag makes the Product Search selector unusable |
Copyright © 2000 - 2009 MantisBT Group |