For your info, I'm slowly going all the polymorph widget examples and truning them into single example to identify what are
the widgets that we should
��� - improve
��� - remove

Having 3 versions of the same is killing us. Ben fixed a lot of problems like merging multi/single selection but there is still
a lot of work to do. So I started to reorganize the packages to help us finding our way doing this analysis.

Stef


On 27/6/14 11:28, Yuriy Tymchuk wrote:
Hi,

I�d like to improve the TreeModel of Spec, but I need some help.

Fist of all UI breaks when different theme is used:

When you deselect checkbox and at that moment item is not highlighted. This happens when checkbox is clicked, the item is not highlighted and so it�s original color is not stored, but when you uncheck item it IS unhighlighted for some reason, and as default color is not stored, black one is used. First of all we can replace black color by theme color, and also I think that we should handle checkbox and list clicks in a separate manner. Now the other thing is related. I can turn on checkbox, but can I turn off the list selection? Are the selected items distinguished is any way, or all items with checked checkboxes and highlights merged into one list?

Uko