assertj / assertj/assertj-swing

BasicRobot#packAndEnsureSafePosition(Window w) method overwrites the location of my application's window

Aperta
#87 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
import from fest-swing Improvement Major
Lingua principale
Java
Stelle
121
Fork
52
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

_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

Guida per i contributori

Apri la guida per i contributori

Direzione di ricerca

Inizia da FrameFixture#show() e ispeziona BasicRobot#packAndEnsureSafePosition(Window w), in particolare la chiamata w.setLocation(100, 100) descritta nell’issue. Riproduci un frame posizionato con p.setLocation(400, 400); il lavoro è completato quando la sua visualizzazione non sovrascrive più la posizione scelta dall’applicazione.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
java
Ambito
desktop, testing
Tipo di issue
Bug
Difficoltà
2/5
Tempo stimato
1-3 ore
Stato di attività
Ferma
Chiarezza
Specificata chiaramente
Idoneità per principianti
35/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.