New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8211999: Window positioning bugs due to overlapping GraphicsDevice bounds (Windows/HiDPI) #494
Conversation
👋 Welcome back mdoerr! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue from the original commit. |
Webrevs
|
Let me test this for a day or two. |
Excellent! Thanks for testing! |
Looks like at least one new test fails because of a compilation error due to switch expression:
|
public boolean useAbsoluteCoordinates() { | ||
return true; | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it should be inserted in the same place as in the jdk repo.
Thank you for looking at it! Fully agreed. I've moved |
I'll rerun the tests. |
Looks fine. |
@TheRealMDoerr This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 31 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
Thanks a lot for reviewing and testing! |
Going to push as commit fcb396f.
Your commit was automatically rebased without conflicts. |
@TheRealMDoerr Pushed as commit fcb396f. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Backport of JDK-8211999. Applies almost cleanly. I had to integrate hunks in WRobotPeer.java and Robot.java manually.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk11u-dev pull/494/head:pull/494
$ git checkout pull/494
Update a local copy of the PR:
$ git checkout pull/494
$ git pull https://git.openjdk.java.net/jdk11u-dev pull/494/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 494
View PR using the GUI difftool:
$ git pr show -t 494
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk11u-dev/pull/494.diff