1. #1
    Sencha User mysticav's Avatar
    Join Date
    Mar 2007
    Location
    Mexico
    Posts
    423
    Vote Rating
    5
    mysticav is on a distinguished road

      0  

    Default Firefox + ext-debug.js + bootstrap.js never calls Ext.onReady

    Firefox + ext-debug.js + bootstrap.js never calls Ext.onReady


    Using Ext 4.1.1a

    I'm trying to migrate to Sencha Cmd file structure, using ext.js / ext-debug.js with a bootstrap.js containing metadata about the classes that have to be loaded.

    IT works on:
    Chrome
    Safari
    EVEN on Internet Explorer!

    Running the index.html, Ext.Loader loads about 150 classes and then it calls the Ext.Application.launch() method, as expected.

    Firefox stops loading classes when about 70% have been loaded.
    No errors on Firebug console. It just stops loading, and so, the onReady is never reached.

    Any Idea ?
    Using Ext with cachefly
    Working on LAMPExt

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,624
    Vote Rating
    435
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    In the network tab, do the request still say pending or anything?
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

  3. #3
    Sencha User mysticav's Avatar
    Join Date
    Mar 2007
    Location
    Mexico
    Posts
    423
    Vote Rating
    5
    mysticav is on a distinguished road

      0  

    Default


    Suddenly Got Fixed.
    Using Ext with cachefly
    Working on LAMPExt