-
10 Feb 2012 4:14 PM #1
ExtJs Project issue: Uncaught TypeError: Cannot call method 'on' of undefined
ExtJs Project issue: Uncaught TypeError: Cannot call method 'on' of undefined
REQUIRED INFORMATION
Ext version tested:- Ext 4.02a
- Google Chrome 17.0.963.46 m
- Building a simple app with 2 grid panels with each one reference to a different store that reads json data.
- The description should suffice.
- Should show the 2 grid panels with the data got loaded
- Uncaught TypeError: Cannot call method 'on' of undefined for this line item.on(ename, fn, scope, options); inside addManagedListener function.
- Win XP Professional Version 2002 SP3
-
10 Feb 2012 4:32 PM #2
The description does not suffice. Could you please provide us a sample project?
Aaron Conran
@aconran
Sencha Architect Development Team
-
10 Feb 2012 4:57 PM #3
Well... I think it's something that I did on my end.
I just created a completely brand new Ext js project to see whether I will get this error but it actually works fine.
No worries.
-
10 Feb 2012 5:02 PM #4
Great. THat error sounds like you were trying to setup an event listener before the thing you were trying to set it up on was created.
Aaron Conran
@aconran
Sencha Architect Development Team
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote