You found a bug! We've classified it as
EXTJS-16186 .
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.Ext JS 5.1 GPL unhanded exception in BufferedRenderer.js line 207
Ext JS 5.1 GPL unhanded exception in BufferedRenderer.js line 207
So, upgraded to Ext JS 5.1 and my app broke.
Chrome bombs with an uncaught TypeError in BufferedRenderer.js line 207 (onBeforeStoreLoad):
Uncaught TypeError: undefined is not a function
Code:
// Disallow mouse interactions, and disable handling of scroll evebnts until the load is finished
onBeforeStoreLoad: function() {
var view = this.view;
if (view && view.rendered) {
view.el.dom.style.pointerEvents = 'none';
}
this.disable(); // --> uncaught exception
},
[OPEN] Ext JS 5.1 GPL unhanded exception in BufferedRenderer.js line 207
Aucun commentaire:
Enregistrer un commentaire