You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: