-
Bug
-
Resolution: Fixed
-
Major
-
5.0.7.1
-
Windows 7
using tree component like
<tree checkmark="true" multiple="true" model="@
{win$composer.model}"/>
tree does not properly synchronize de-selection of tree nodes into tree model (if clicking on checkboxes)
Reproduce:
- create a tree using DefaultTreeModel
- select 2 nodes via browser
-> ((Selectable)tree.getModel()).getSelection() returns 2 nodes - unselect 1 node by clicking on checkbox
-> ((Selectable)tree.getModel()).getSelection() returns 2 nodes
please see also attached example code