assertj / assertj/assertj-swing
BasicRobot#packAndEnsureSafePosition(Window w) method overwrites the location of my application's window
- Lenguaje dominante
- Java
- Estrellas
- 121
- Forks
- 52
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
_Issue by **[Michaël LADOWICHX](http://jira.codehaus.org/secure/ViewProfile.jspa?name=zann12)** from Sat, 12 Mar 2011 03:06:17 -0600_
_Originally opened as http://jira.codehaus.org/browse/FEST-432_
---
In the application that I use for test, I set my frame location with "p.setLocation(400, 400)". When I trace the execution from FrameFixture#show() which is the method I call to display my frame, I can see that my location of the window is overwritten by the instruction w.setLocation(100, 100) found in the body of the method BasicRobot#packAndEnsureSafePosition(Window w).
---
votes (original issue): 0
watches (original issue): 0
Guía de contribución
Línea de trabajo
Comienza en FrameFixture#show() e inspecciona BasicRobot#packAndEnsureSafePosition(Window w), especialmente la llamada w.setLocation(100, 100) descrita en el issue. Reproduce un frame posicionado con p.setLocation(400, 400); está hecho cuando mostrarlo ya no sobrescribe la ubicación elegida por la aplicación.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- java
- Área
- desktop, testing
- Tipo de issue
- Error
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Estado de actividad
- Estancado
- Claridad
- Bien especificado
- Aptitud para principiantes
- 35/100