-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
8280982: [Wayland] [XWayland] java.awt.Robot taking screenshots #13804
8280982: [Wayland] [XWayland] java.awt.Robot taking screenshots #13804
Conversation
👋 Welcome back azvegint! A progress list of the required criteria for merging this PR into |
/label remove build |
|
@azvegint |
@azvegint what is your plan for eventually integrating this? You can't integrate two separate PRs for the same bug ID, so if you want to integrate them separately, then you will need two different bug IDs; that might be best anyway, since I'm pretty sure you want the spec changes to go in separately and first. If you do intend to integrate this with as a single commit for a single bug ID, then you can make this PR as Draft and eventually fold it into the other PR. @prrace Can you comment as to how you want to proceed? |
thanks for your suggestions. I do not plan to integrate this PR, I would like to first discuss all questions regarding the documentation here, separately, and add the final version to the main PR #13803
I created a new draft PR for this #13809. This PR got polluted with "tab to spaces" changes, hence closing it. |
Closed in favor of #13809
This PR is to make it easier to review documentation changes from #13803 and also covers the following issues~~
https://bugs.openjdk.org/browse/JDK-8280982 [Wayland] [XWayland] java.awt.Robot taking screenshots
https://bugs.openjdk.org/browse/JDK-8280995 [XWayland] Robot.mouseMove does not visually move mouse cursor
https://bugs.openjdk.org/browse/JDK-8280990 [XWayland] XTest emulated mouse click does not bring window to front.
https://bugs.openjdk.org/browse/JDK-8280988 [XWayland] Click on title to request focus test failures
Doc changes are on top of #13803Progress
Issues
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/13804/head:pull/13804
$ git checkout pull/13804
Update a local copy of the PR:
$ git checkout pull/13804
$ git pull https://git.openjdk.org/jdk.git pull/13804/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 13804
View PR using the GUI difftool:
$ git pr show -t 13804
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/13804.diff
Webrev
Link to Webrev Comment