assertj / assertj/assertj-swing
BasicRobot#packAndEnsureSafePosition(Window w) method overwrites the location of my application's window
- Langage dominant
- Java
- Étoiles
- 121
- Forks
- 52
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
_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
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Commencez par FrameFixture#show() et inspectez BasicRobot#packAndEnsureSafePosition(Window w), en particulier l’appel w.setLocation(100, 100) décrit dans l’issue. Reproduisez une frame positionnée avec p.setLocation(400, 400) ; c’est terminé lorsque son affichage ne remplace plus l’emplacement choisi par l’application.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- java
- Domaine
- desktop, testing
- Type d'issue
- Bug
- Difficulté
- 2/5
- Temps estimé
- 1-3 heures
- Activité
- À l'abandon
- Clarté
- Clairement spécifiée
- Accessibilité débutants
- 35/100