-
19 Mar 2013 6:30 PM #11
MVC EVENTS fires twice
MVC EVENTS fires twice
I am with similar problem. Events fires twice using ext js 4.2.0.663gpl.
Attached is an example of the code where the problem occurred.
-
20 Mar 2013 12:58 AM #12
Hello,
My problem is solved.
With Extjs 4.1.1a, I had this code :
Code:var navigation = me.getController('Navigation'); navigation.init();
With Extjs 4.2.0, I have this code :
Code:var navigation = me.getController('Navigation');
I removed the call to the function "init" because it is automatically called when the function getController is called.
Regards
Medley
-
20 Mar 2013 5:04 PM #13
Hello.
Removing the call to the init function really solved the problem.
Thank you very much.
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote