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

"too much recursion" error #31

Open
deltadanger opened this issue May 1, 2014 · 0 comments
Open

"too much recursion" error #31

deltadanger opened this issue May 1, 2014 · 0 comments
Labels

Comments

@deltadanger
Copy link

I have a tree with 1 main node, 3 subnodes and 11 + 8 + 2 sub-subnodes on which I have applied the jquery-tree plugin, with options:
onCheck: {
ancestors: 'checkIfFull',
descendants: 'check'
},
onUncheck: {
ancestors: 'uncheck',
descendants: 'uncheck'
}

Each time I check the root node, I get an error "too much recursion" in the firefox console, even though all the subnodes are correctly checked. I don't have the error when I uncheck them.

Firefox v29.0
jQuery v1.11.0
jQuery-ui v1.10.4

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

No branches or pull requests

2 participants