-
14 Jan 2013 6:02 AM #31Ext JS Premium Member
- Join Date
- Apr 2008
- Location
- Groningen - Netherlands
- Posts
- 1,016
- Vote Rating
- 23
Well a lot of users calling this morning. I tried Tyler___Durdens patch hopefully it works.
-
14 Jan 2013 7:24 AM #32
-
14 Jan 2013 8:23 AM #33
Better than after, so you can be sure that it wasn't your fault
Just a little explanation to my post, i've want to say that you can put the code anywhere in your ExtJS Application, i prefer it at the startup. Because it is an override to Ext.Base:callParent you don't have patch the library files, i've placed it right after Ext.onReady...
-
14 Jan 2013 9:12 AM #34Ext JS Premium Member
- Join Date
- Apr 2008
- Location
- Groningen - Netherlands
- Posts
- 1,016
- Vote Rating
- 23
I applied the patch directly at the start in some function in Ext.onReady. Three users notified that their problem was gone. Following Mozilla's bugthread it should be gone because the function isn't compiled anymore with a try catch in it.
Someway it is an amazing bugfix Tracking the problem down to the new JIT engine and bypass the compilation of the code with a try catch.
Lets call it a Hack...
-
14 Jan 2013 10:37 AM #35
-
14 Jan 2013 10:38 AM #36
-
14 Jan 2013 12:40 PM #37
After implementing the workaround I am immediately met with a "Too much recursion" error.
We're using ExtJS 4.1.0
Thoughts? anyone?
Thanks,
Luke"Sometimes the road less traveled...is less traveled for a reason."
"But if your framework provider has already traveled a road, follow them."
-
14 Jan 2013 2:47 PM #38
Posted patch fixed our app too
Posted patch fixed our app too
Holger and Tyler Thanks! Your patch fixed our company's application too. The most used page of our critical internal application was not displaying information correctly without the work around. Thanks again for posting this information.
-
14 Jan 2013 3:45 PM #39
I also get the error "Too much recursion" after using the workaround.
c2c-guinness did you manage to get it to work?
Thanks
-
14 Jan 2013 6:57 PM #40
Is Sencha going to package this into a hot fix release or main stream release soon?
For some reason actually applying this using Override is causing errors while patching the libraries directly for me worked fine.


Reply With Quote
