-
Notifications
You must be signed in to change notification settings - Fork 164
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
8195675: Call to insertText with single character from custom Input Method ignored #403
Conversation
👋 Welcome back srl! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
This backport pull request has now been updated with issue from the original commit. |
Webrevs
|
sorry, i incorrectly kept the Kotoeri check ,that's now removed so it should match the original commit. |
6482fa7
to
8247318
Compare
@srl295 Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information. |
|
/approval |
@srl295 usage: |
/approval request java.awt components did not work properly on macOS with custom input methods, the net effect is that minority language keyboards did not work properly with Java. Low risk, the fix handles this situation similarly to how Apple's own 'kotoeri' input method was handled on a long term basis, so it is a well-worn path. Patch should apply cleanly and was code reviewed |
Hi, |
Further there is a jdk17u-fix-request, I remove that because there is no corresponding PR. |
Sorry, I misunderstood, will target jdk17u-dev and fix tests |
incorrectly opened in jdk17u, reopened as => openjdk/jdk17u-dev#2971 |
Hi all,
This pull request contains a backport of commit b8f2ec90 openjdk/jdk#17921 from the openjdk/jdk repository.
The commit being backported was authored by Steven Loomis on 28 May 2024 and was reviewed by Phil Race.
Thanks!
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u.git pull/403/head:pull/403
$ git checkout pull/403
Update a local copy of the PR:
$ git checkout pull/403
$ git pull https://git.openjdk.org/jdk17u.git pull/403/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 403
View PR using the GUI difftool:
$ git pr show -t 403
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk17u/pull/403.diff
Webrev
Link to Webrev Comment