mardi 18 novembre 2014

Global event domain seems broken in 5.0.2



  1. Thank you for reporting this bug. We will make it our priority to review this report.







  2. Default 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








    Best regards

    Tobias Uhlig

    __________

    S-CIRCLES Social Network Engine













  3. Default







    the call to fire the event (should be obvious):


    Code:



    Ext.GlobalEvents.fireEvent('loadDashboard');







    Best regards

    Tobias Uhlig

    __________

    S-CIRCLES Social Network Engine














Global event domain seems broken in 5.0.2

Aucun commentaire:

Enregistrer un commentaire