Letractively / choosel

Automatically exported from code.google.com/p/choosel
0 stars 0 forks source link

Partial highlighting remains after deselecting item from control set #149

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. Create a view with many items
2. Select several of these items and create a view from the selection
3. Configure filtered view to aggregation of these items
4. Deselect a partially highlighting item from the original selection

After deselecting, the highlighting remains in place. It should be removed 
instead.

Original issue reported on code.google.com by Lars.Grammel on 7 Mar 2011 at 1:56

GoogleCodeExporter commented 8 years ago
ViewItem updating is flawed. There need to be tests for the following cases:

a) add resources that are also highlighted
b) remove resources that are also highlighted
c) add resources that are also selected
d) remove resources that are also selected

Original comment by Lars.Grammel on 7 Mar 2011 at 7:08

GoogleCodeExporter commented 8 years ago

Original comment by Lars.Grammel on 7 Mar 2011 at 8:08