| Issue 103: | My hidden checkbox appears when node is collapsed/expanded | |
| 1 person starred this issue and may be notified of changes. | Back to list |
When I expand or collapse node corresponding hidden checkbox appears. And
it also being unchecked, even when it was checked before
collapsing/expanding. I think that maybe somewhere you are removing all
classes and attributes from all nodes inside a branch and then only set
them for dynatree nodes, omitting the fact that there can be other custom
DOM nodes inside.
This hack solves that problem:
onExpand: function(select, dtnode) {
$("#chb-"+dtnode.data.key).attr("checked",dtnode.isSelected()).addClass("hidden");
},
Jan 26, 2013
(No comment was entered for this change.)
Labels:
Milestone-Release0.0
|
Mergedinto: 134