-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Comments
@vcraescu This problem may be solved with 41e9d9a, what about with nightly build? |
@nao-pon I haven't tried yet. |
Would you try the nightly build? |
@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? |
@vcraescu Thank you for checking! This fix will be included in the next release 2.1.26. |
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)
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.
The text was updated successfully, but these errors were encountered: