Openbravo Issue Tracking System - Retail Modules | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0033906 | Retail Modules | Web POS | public | 2016-09-06 08:20 | 2016-09-06 08:47 |
| Reporter | guillermogil | ||||
| Assigned To | Retail | ||||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | new | Resolution | open | ||
| Platform | OS | 30 | OS Version | 16.04 | |
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Merge Request Status | |||||
| Review Assigned To | |||||
| OBNetwork customer | No | ||||
| Support ticket | |||||
| Regression level | |||||
| Regression date | |||||
| Regression introduced in release | |||||
| Regression introduced by commit | |||||
| Triggers an Emergency Pack | No | ||||
| Summary | 0033906: Chrome is deprecating some KeyboardEvents | ||||
| Description | Chrome is deprecating some KeyboardEvents On login on WebPOS con Chrome 53 the following message is appearing: 'KeyboardEvent.keyIdentifier' is deprecated and will be removed in M54, around October 2016. See https://www.chromestatus.com/features/5316065118650368 [^] for more details. We are currently using some of them: keeperKey: function(k) { OB.debug('keeperKey - keyCode: ' + k.keyCode + " - keyIdentifier: " + k.keyIdentifier + " - charCode: " + k.charCode + " - which: " + k.which); OB.MobileApp.view.waterfall('onGlobalKeypress', { keyboardEvent: k }); } keypressHandler: function(inSender, inEvent) { OB.debug('keypressHandler - keyCode: ' + inEvent.keyCode + " - keyIdentifier: " + inEvent.keyIdentifier + " - charCode: " + inEvent.charCode + " - which: " + inEvent.which); if (OB.MobileApp.model.get('useBarcode') && this.scanMode) { return; } if (OB.MobileApp.model.get('useBarcode') && OB.MobileApp.keyPressProcessed) { delete OB.MobileApp.keyPressProcessed; } this.waterfall('onGlobalKeypress', { keyboardEvent: inEvent }); } | ||||
| Steps To Reproduce | * Login on WebPOS on Chrome 53 * Open the developers tool The Warning appears | ||||
| Proposed Solution | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2016-09-06 08:20 | guillermogil | New Issue | |||
| 2016-09-06 08:20 | guillermogil | Assigned To | => Retail | ||
| 2016-09-06 08:20 | guillermogil | OBNetwork customer | => No | ||
| 2016-09-06 08:20 | guillermogil | Triggers an Emergency Pack | => No | ||
| 2016-09-06 08:27 | guillermogil | OS | 5 => 30 | ||
| 2016-09-06 08:27 | guillermogil | OS Version | => 16.04 | ||
| 2016-09-06 08:47 | guillermogil | Priority | urgent => normal | ||
| 2016-09-06 08:47 | guillermogil | Severity | major => minor | ||
| 2016-09-06 08:47 | guillermogil | Description Updated | bug_revision_view_page.php?rev_id=13056#r13056 | ||
| There are no notes attached to this issue. |