assertj / assertj/assertj-swing

Windows10 - assertj opens frame under menu bar

Open
#166 4 comments 0 reactions 0 assignees View on GitHub
bug Windows
Dominant language
Java
Stars
121
Forks
52
PR merge metrics
No merged PRs in 30d

Description

It looks like because of method

```
@RunsInCurrentThread
private void packAndEnsureSafePosition(@Nonnull Window w) {
w.pack();
w.setLocation(100, 100);
}
```

my test does not work in windows 10 with left positioned menu bare.
In my case Robot opens InternetExplorer instead of clicking in application
![screenshot](https://cloud.githubusercontent.com/assets/3019176/10416280/8d7b6c86-7011-11e5-957b-e90c972d6857.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.