PaloAltoNetworks
8 Jan 2010, 12:22 PM
this is a regression bug. we're using Ext.lib.Event.onAvailable and this problem completely breaks our business logic.
Ext.lib.Event.onAvailable(elementid, function() {
console.log('event fired');
});
Ext.lib.Event.onAvailable(elementid, function() {
console.log('event fired');
});