Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0033906 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
defect | [Retail Modules] Web POS | minor | N/A | 2016-09-06 08:20 | 2016-09-06 08:47 | |||||||
Reporter | guillermogil | View Status | public | |||||||||
Assigned To | Retail | |||||||||||
Priority | normal | Resolution | open | Fixed in Version | ||||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Linux 64 bit | Database | Any | Java version | ||||||||
OS Version | 16.04 | Database version | Ant version | |||||||||
Product Version | SCM revision | |||||||||||
Review Assigned To | ||||||||||||
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 | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
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 | 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 | View Revisions |
Copyright © 2000 - 2009 MantisBT Group |