Letractively / choosel

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

Graph View Expanding Other Nodes' Relationships #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start up the Choosel, and open up the graph View.

2. Drag several resources into the graph, one at a time, making sure that at 
least one of them has some relationships that could be, but aren't yet, 
expanded.

3. Open up the relationship list (ie the dropdown arrow), and mouse over all of 
the items in the dropdown, without clicking on any one them. 

4. Next, click on the same dropdown on a different resource, and this time, 
click on one of the items in the list.

What is the expected output? What do you see instead?
The graph should only expand the relationships of the second item, however it 
expands all of the relationships in the original one as well.  This problem 
extends to more than 2 resources as well, eg, if you mouse over two resources 
before clicking on a third, all of the relationships of all 3 will be expanded.

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

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
Found that it seems to be an issue with the FlexVis code. The method 
onNodeMenuItemClicked in GraphWidget is called once for every item highlighted 
in step 3, as well as the item actually clicked on. It is FlexVis that makes 
these calls.

Original comment by bblashko@gmail.com on 18 Aug 2010 at 4:02

GoogleCodeExporter commented 9 years ago

Original comment by Lars.Grammel on 7 Dec 2010 at 12:49