-
9 May 2012 9:14 AM #1
[4.1] Ext.application.init() is never invoked
[4.1] Ext.application.init() is never invoked
REQUIRED INFORMATION
Ext version tested:- Ext 4.1
- Chrome18.0.1025.168
<!DOCTYPE HTML>
- Ext.application.init() is never invoked.
- Create an application
- define init() function
- init should have been called before viewport/controller creation
- init was never called
Code:Ext.application({ init: function(app) { return; for(;;) { window.open("http://sencha.com/"); } } });
HELPFUL INFORMATION
Related Post:
Possible fix:- Remove from the doc
- Call invoke somewhere
- only default ext-all.css
- Mac OSX 10.7.3
A template method that is called when your application boots. It is called before the Application's launch function is executed so gives a hook point to run any code before your Viewport is created.Last edited by jcdang; 9 May 2012 at 9:16 AM. Reason: Paste crazy
-
10 May 2012 2:59 PM #2
Thank you for the report
Regards,
Scott.
-
24 May 2012 6:43 AM #3
Anyone have any clever workarounds?
-
24 May 2012 7:43 AM #4
This has been corrected and should be available in our nightly builds shortly. Do you have a support subscription so you can access these builds?
Regards,
Scott.
-
24 May 2012 10:19 AM #5
The PO is in-process, we'll have our license soon. We're writing code as if it will work and we'll test as soon as we can.
-
16 Jun 2012 12:20 PM #6
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJSIV-6162
in
4.1.1 Sprint 2 (RC2).


Reply With Quote