assertj / assertj/assertj-swing
Windows10 - assertj opens frame under menu bar
Open
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

Contributor guide
Assessment
This issue has not been assessed yet.