-
7 Nov 2012 11:02 PM #1
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
-
10 Nov 2012 6:22 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,624
- Vote Rating
- 435
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.
-
14 Nov 2012 8:31 PM #3
Suddenly Got Fixed.
Using Ext with cachefly
Working on LAMPExt


Reply With Quote