Project:
View Revisions: Issue #32568 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0032568: Stabilization: Detect and fix enyo injections/changes | ||
Revision | 2016-03-31 17:18 by Orekaria | ||
Steps To Reproduce | Verify that there are code changes to the enyo external library, e.g: - the warning shown where there are duplicated enyo ids, has been added by us Verify that there are some injections in the code, e.g: - https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b66b4fc49de1a6e6568406db899cf5edd0bdafeb#l1.36 [^] Verify if this injection can change the original code pasted, by a call to the original code e.g: enyo.gesture.origDown = enyo.gesture.down; // start of Openbravo injected code ... // end of Openbravo injected code enyo.gesture.origDown(inEvent); |
||
Revision | 2016-03-31 17:17 by Orekaria | ||
Steps To Reproduce | Verify that the warning shown where there are duplicated enyo ids, has been added by us Verify that there are some injections in the code: - https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b66b4fc49de1a6e6568406db899cf5edd0bdafeb#l1.36 [^] Verify if this injection can change the original code pasted, by a call to the original code e.g: enyo.gesture.origDown = enyo.gesture.down; // start of Openbravo injected code ... // end of Openbravo injected code enyo.gesture.origDown(inEvent); |
Copyright © 2000 - 2009 MantisBT Group |