Simon Felix wrote:
> Hi there,

Hello,

> using Taverna 2.1b2:

> 1.       Execute a workflow that will return a list to an output port
> 
> 2.       Select the first list entry in the results pane (lower half of 
> the screen)
> 
> 3.       You will notice that the content of the list item will be shown 
> in the right half of the result pane
> 
> 4.       Press the cursor down key
> 
> 5.       You will notice that the right half of the result pane didn’t 
> refresh.
> 
> I think that the content-pane (in the bottom right corner) should be 
> updated if the selection of the list changes. Be it by mouse or by keyboard.

Thanks for spotting this.  I've added it into Jira as 
http://www.mygrid.org.uk/dev/issues/browse/T2-888

I think the problem is that the method 
net.sf.taverna.t2.workbench.views.results.PortResultsViewTab.initComponents 
puts a MouseListener on the tree which then listens for mouse clicks. 
It probably should be putting a TreeSelectionListener on the tree.

> Regards,
> 
> Simon

Alan

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
taverna-hackers mailing list
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/
Developers Guide: http://www.mygrid.org.uk/tools/developer-information

Reply via email to