8258805: Japanese characters not entered by mouse click on Windows 10#716
8258805: Japanese characters not entered by mouse click on Windows 10#716tkiriyama wants to merge 3 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back tkiriyama! A progress list of the required criteria for merging this PR into |
|
@tkiriyama 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 2 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@gnu-andrew) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
|
This backport pull request has now been updated with issue from the original commit. |
Webrevs
|
|
[Disclaimer: I'm not a formal reviewer for the JDK Updates project] I had a look this PRs which, as stated above is indeed a clean backport (aside from copyright year) and according to its JBS issue, it was in fact back-ported to Oracle's 8u291 release back in 2021. Regards, |
gnu-andrew
left a comment
There was a problem hiding this comment.
I can confirm this patch is identical to the one in 11u. I'll wait for the other patch to go in and this one to be rebased against master before concluding the review.
|
The parent pull request that this pull request depends on has now been integrated and the target branch of this pull request has been updated. This means that changes from the dependent pull request can start to show up as belonging to this pull request, which may be confusing for reviewers. To remedy this situation, simply merge the latest changes from the new target branch into this pull request by running commands similar to these in the local repository for your personal fork: git checkout 8258805
git fetch https://git.openjdk.org/jdk8u-dev.git master
git merge FETCH_HEAD
# if there are conflicts, follow the instructions given by git merge
git commit -m "Merge master"
git push |
gnu-andrew
left a comment
There was a problem hiding this comment.
Test results look good, so happy to raise this to an approved review.
Thanks for merging.
|
|
|
Hi, @fthevenet , @gnu-andrew. |
|
/approval request I would like to backport this bug fix(JDK-8258805) done in jdk17 to jdk8. There is no risk, as it is a clean backport except the copyright. |
|
@tkiriyama |
|
/approve yes |
|
@gnu-andrew |
|
/integrate |
|
@tkiriyama |
|
/sponsor |
|
@gnu-andrew @tkiriyama Pushed as commit 6a3f7bb. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Hi all,
I would like to backport this bug fix (JDK-8258805) to jdk8. It is clean.
This fix depends on the fix for JDK-8212678. Since I have already created a backport pull request for JDK-8212678, it is desirable that they be integrated together.
#706
I have confirmed that the issue is resolved on Windows 11 and Windows Server 2016.
I have also confirmed that the java/awt/im and java/awt/InputMethods tests pass.
Thank you.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/716/head:pull/716$ git checkout pull/716Update a local copy of the PR:
$ git checkout pull/716$ git pull https://git.openjdk.org/jdk8u-dev.git pull/716/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 716View PR using the GUI difftool:
$ git pr show -t 716Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/716.diff
Using Webrev
Link to Webrev Comment