Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maximum call stack size exceeded #2070

Closed
vcraescu opened this issue Jun 26, 2017 · 5 comments
Closed

Maximum call stack size exceeded #2070

vcraescu opened this issue Jun 26, 2017 · 5 comments

Comments

@vcraescu
Copy link

vcraescu commented Jun 26, 2017

jquery.js:357 Uncaught RangeError: Maximum call stack size exceeded at String.replace (<anonymous>) at Function.camelCase (https://bv.dev/assets/jquery/jquery.js:357:17) at Function.css (https://bv.dev/assets/jquery/jquery.js:7155:22) at Object.get (https://bv.dev/assets/jquery/jquery.js:7196:38) at Function.css (https://bv.dev/assets/jquery/jquery.js:7167:16) at https://bv.dev/assets/jquery/jquery.js:10918:13 at access (https://bv.dev/assets/jquery/jquery.js:4428:13) at jQuery.fn.init.jQuery.fn.(anonymous function) [as height] (https://bv.dev/assets/jquery/jquery.js:10889:11) at HTMLDivElement.<anonymous> (https://bv.dev/assets/elfinder/dist/js/elfinder.min.js:13:7168) at HTMLDivElement.dispatch (https://bv.dev/assets/jquery/jquery.js:5226:27)

screen shot 2017-06-26 at 14 48 41

The above error happens every time you resize the elfinder window.

This happens on >=2.1.5 (at least that's what I tested so far). On latest version, because of this error nothing is displayed in file manager and makes the entire app unusable. I had to downgrade it to 2.1.5 which throws the error but at least it function properly afterwards.

@nao-pon
Copy link
Member

nao-pon commented Jun 26, 2017

@vcraescu This problem may be solved with 41e9d9a, what about with nightly build?

@vcraescu
Copy link
Author

@nao-pon I haven't tried yet.

@nao-pon
Copy link
Member

nao-pon commented Jun 27, 2017

Would you try the nightly build?

@vcraescu
Copy link
Author

vcraescu commented Jun 27, 2017

@nao-pon The nightly build works perfectly! The window is not being sluggish when is resized and no errors. So your changes properly fix the issue. When it's gonna be released under 2.1.25?

@nao-pon
Copy link
Member

nao-pon commented Jun 28, 2017

@vcraescu Thank you for checking! This fix will be included in the next release 2.1.26.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants