assertj / assertj/assertj-swing
Drag moves the tree node a bit and drops there, doesn't reach correct destination
- Dominant language
- Java
- Stars
- 121
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
_Issue by **[prateek gangwal](http://jira.codehaus.org/secure/ViewProfile.jspa?name=prateek)** 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
Contributor guide
Assessment
This issue has not been assessed yet.