assertj / assertj/assertj-swing

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

Abierto
#67 1 comentario 0 reacciones 0 asignados Ver en GitHub
bug import from fest-swing Major
Lenguaje dominante
Java
Estrellas
121
Forks
52
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

_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

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

Empieza reproduciendo la secuencia de llamadas informada, myApp.drag("ABC.tree", "General/Label") seguida de myApp.drop("XYZ.tree", "Start"), e inspecciona el movimiento resultante y la InvocationTargetException. Rastrea los puntos de entrada de arrastrar y soltar para los nodos del árbol; está terminado cuando el nodo Label llega al nodo Start en lugar de detenerse cerca, sin que se produzca la excepción informada.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
java
Área
desktop, testing-qa
Tipo de issue
Error
Dificultad
4/5
Tiempo estimado
3-5 días
Estado de actividad
Estancado
Claridad
Necesita aclaración
Aptitud para principiantes
25/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.