We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When clicking a disabled element in a selection, a jQuery error can be observed in the browser console:
Uncaught InternalError: too much recursion
It doesn't seem to cause any harm, but I would assume that this should be fixed anyways.
The text was updated successfully, but these errors were encountered:
Note for development: var/httpd/htdocs/js/Core.UI.InputFields.js +2495
Sorry, something went wrong.
Issue #2155: Restricted jstree selector to prevent recursion.
816d41a
Issue #2155: Improved selector for tree selection.
68361b2
a8f4c95
e16470c
Closed with merging #2525
stefanhaerter
No branches or pull requests
When clicking a disabled element in a selection, a jQuery error can be observed in the browser console:
Uncaught InternalError: too much recursion
It doesn't seem to cause any harm, but I would assume that this should be fixed anyways.
The text was updated successfully, but these errors were encountered: