-
15 Feb 2013 4:49 AM #1
[4.2.0 beta 2] Calendar example throws "too much recursion" error
[4.2.0 beta 2] Calendar example throws "too much recursion" error
REQUIRED INFORMATION
Ext version tested:- Ext 4.2.0 beta 2
- FireFox
- Chrome
- IE9
- No DOCTYPE
- The Calendar example throws a "too much recursion error" JavaScript error here:
Code:clone: function (method) { return function () { return method.apply(this, arguments); }; }- A browser doesn't hang on, but the page function incorrectly, e.g. no relayout on resizing.
- Just run the sample
- A "too much recursion" (FireFox error message) error occurs (see the console)
- No error
../extjs-4.2.0-beta-2/examples/calendar/index.html
-
17 Feb 2013 8:49 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,640
- Vote Rating
- 435
Looks like this is fixed in 4.2.0 RC1. Can you confirm?
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.
-
17 Feb 2013 4:28 PM #3
Dupe of EXTJSIV-8175, fixed in RC1.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
17 Feb 2013 8:31 PM #4
This issue duplicates another issue.


Reply With Quote