Thank you for reporting this bug. We will make it our priority to review this report.
Global event domain seems broken in 5.0.2
Global event domain seems broken in 5.0.2
hi guys,
just migrated a project from 5.0.1 to version: "5.0.2.1587".
inside a controller i was using the global event domain like this:
Code:
me.listen({
global : {
loadDashboard : 'loadDashboard'
}
});
stopped working after the migration. i also tried me.loadDashboard instead of the string, no difference.replacing the code with:
Code:
Ext.GlobalEvents.on({
loadDashboard : me.loadDashboard,
scope : me
});
fetched the event without problems, so i assume that something went wrong with the event domains.best regards
tobi
the call to fire the event (should be obvious):
Code:
Ext.GlobalEvents.fireEvent('loadDashboard');
Global event domain seems broken in 5.0.2
Aucun commentaire:
Enregistrer un commentaire