assertj / assertj/assertj-swing
Drag moves the tree node a bit and drops there, doesn't reach correct destination
- Vorherrschende Sprache
- Java
- Sterne
- 121
- Forks
- 52
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
_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
Beitragsleitfaden
Rechercherichtung
Beginne damit, die gemeldete Aufrufsequenz myApp.drag("ABC.tree", "General/Label"), gefolgt von myApp.drop("XYZ.tree", "Start"), zu reproduzieren, und untersuche die daraus resultierende Bewegung und InvocationTargetException. Verfolge die Einstiegspunkte für Drag-and-Drop bei Baumknoten; abgeschlossen ist die Untersuchung, wenn der Label-Knoten den Start-Knoten erreicht, anstatt in der Nähe anzuhalten, und die gemeldete Exception nicht auftritt.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- java
- Bereich
- desktop, testing-qa
- Issue-Typ
- Bug
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 25/100