assertj-swing icon indicating copy to clipboard operation
assertj-swing copied to clipboard

Drag moves the tree node a bit and drops there, doesn't reach correct destination

Open croesch opened this issue 11 years ago • 1 comments

Issue by prateek gangwal from Tue, 6 Apr 2010 04:29:48 -0500 Originally opened as http://jira.codehaus.org/browse/FEST-325


I am trying to simulate drag and drop functionality across tress. I am doing following:-

myApp.drag("ABC.tree", "General/Label");
myApp.drop("XYZ.tree", "Start");

to drag Label node of ABC.tree to Start node of XYZ.tree.

The framework is able to identify the ABC.tree and also locates the General/Label, then it does try to drag but it doesn't reach Start node of XYZ.tree. It moves Label node a bit and just drops it there whereas Start node is much further from there. Any idea, what is going wrong.

I am getting java.lang.RuntimeException: java.lang.Exception: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

Any help on this will be great!


votes (original issue): 0 watches (original issue): 0

croesch avatar Feb 08 '14 12:02 croesch

Comment by prateek from Tue, 6 Apr 2010 04:29:48 -0500


Attachment TwoTrees.JPG (size=22223)

croesch avatar Feb 08 '14 12:02 croesch