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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0033906
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminorN/A2016-09-06 08:202016-09-06 08:47
ReporterguillermogilView Statuspublic 
Assigned ToRetail 
PrioritynormalResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSLinux 64 bitDatabaseAnyJava version
OS Version16.04Database versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0033906: Chrome is deprecating some KeyboardEvents

DescriptionChrome 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
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- 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
Powered by Mantis Bugtracker