assertj / assertj/assertj-swing
Drag moves the tree node a bit and drops there, doesn't reach correct destination
- Lingua principale
- Java
- Stelle
- 121
- Fork
- 52
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
_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
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Inizia riproducendo la sequenza di chiamate segnalata, myApp.drag("ABC.tree", "General/Label") seguita da myApp.drop("XYZ.tree", "Start"), e analizza il movimento risultante e l’InvocationTargetException. Traccia i punti di ingresso del trascinamento e rilascio per i nodi dell’albero; il lavoro è completato quando il nodo Label raggiunge il nodo Start invece di fermarsi nelle vicinanze, senza l’eccezione segnalata.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- java
- Ambito
- desktop, testing-qa
- Tipo di issue
- Bug
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Da chiarire
- Idoneità per principianti
- 25/100