ramido / choosel

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

Problems with Selection colouring in the graph #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Put Resources into the Graph view.
2. Create a selection of one or more of the items in the view.

What is the expected output? What do you see instead?

You will hopefully notice that there are some problems with the updating of the 
colors of the items in the graph that are part of the selection.  For instance, 
if you create a selection of several items, and then delete the selection, the 
items do not turn back to their original colors.

Original issue reported on code.google.com by patrickc...@gmail.com on 11 Aug 2010 at 12:07

GoogleCodeExporter commented 9 years ago

Original comment by Lars.Grammel on 16 Aug 2010 at 5:11

GoogleCodeExporter commented 9 years ago

Original comment by bblashko@gmail.com on 16 Aug 2010 at 6:00

GoogleCodeExporter commented 9 years ago
The fix works. The problem was that the GraphItem does not extend ResourceItem 
any more. Still need to write a test that checks ViewContentDisplay.update gets 
called on selection changes.

Original comment by Lars.Grammel on 16 Aug 2010 at 8:17

GoogleCodeExporter commented 9 years ago
Wrote test & verified fix.

Original comment by Lars.Grammel on 16 Aug 2010 at 8:23