| Issue 207: | checkbox won't switch to fully selected on pageload when all child are selected | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Try this treedata:
var treeData = [
{title: "Level 1", isFolder: true,
children: [
{title: "Level 2", isFolder: true,
children: [
{title: "Level 3.1", key: "c1" ,select: true},
{title: "Level 3.2", key: "c2" ,select: true}
]
},
]
}
];
Every children is selected, so both level 2 and level 1 checkboxes should appear as fully selected.
They instead appear as partially selected.
If I uncheck "Level 3.1" then I check it again, level 1 and level 2 checkboxes become correctly fully selected.
Jan 26, 2013
(No comment was entered for this change.)
Labels:
Milestone-Release0.0
|
Mergedinto: 193