Skip to content
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 #1052

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

srl295
Copy link
Member

@srl295 srl295 commented Oct 14, 2024


Progress

  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • JDK-8195675 needs maintainer approval

Issue

  • JDK-8195675: Call to insertText with single character from custom Input Method ignored (Bug - P4 - Requested)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u-dev.git pull/1052/head:pull/1052
$ git checkout pull/1052

Update a local copy of the PR:
$ git checkout pull/1052
$ git pull https://git.openjdk.org/jdk21u-dev.git pull/1052/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 1052

View PR using the GUI difftool:
$ git pr show -t 1052

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk21u-dev/pull/1052.diff

Webrev

Link to Webrev Comment

@bridgekeeper
Copy link

bridgekeeper bot commented Oct 14, 2024

👋 Welcome back srl! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk
Copy link

openjdk bot commented Oct 14, 2024

❗ This change is not yet ready to be integrated.
See the Progress checklist in the description for automated requirements.

@openjdk openjdk bot added the rfr Pull request is ready for review label Oct 14, 2024
@srl295
Copy link
Member Author

srl295 commented Oct 14, 2024

@prrace can I get a review here?

@srl295
Copy link
Member Author

srl295 commented Oct 14, 2024

⚠️ Issue of type Backport is not allowed for integrations

Thought I was following https://openjdk.org/projects/jdk-updates/approval.html - do I use the original JBS number instead of creating a Backport issue?

@mlbridge
Copy link

mlbridge bot commented Oct 14, 2024

Webrevs

…ethod ignored

- Backport of JDK-8195675
- Backport of openjdk/jdk@b8f2ec9

Reviewed-by: prr
(cherry picked from commit b8f2ec9091f9f7e5f4611991d04dd8aa113b94fd)
@srl295
Copy link
Member Author

srl295 commented Oct 14, 2024

No code change - just restructured so it's an actual cherry-pick.

@openjdk
Copy link

openjdk bot commented Oct 14, 2024

@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.

@aivanov-jdk
Copy link
Member

⚠️ Issue of type Backport is not allowed for integrations

Thought I was following https://openjdk.org/projects/jdk-updates/approval.html - do I use the original JBS number instead of creating a Backport issue?

You should set the title of the PR to Backport <hash> where <hash> is the real hash of the changeset you're backporting. In this case, the title should be Backport b8f2ec9091f9f7e5f4611991d04dd8aa113b94fd.

(For some reason, I cannot see this information in the Guide https://openjdk.org/guide/#backporting )

If the backport is clean, the Skara bot will add the clean label and will allow you to integrate the backport without requiring a code review after it's approved.

@srl295 srl295 changed the title 8342073: Call to insertText with single character from custom Input Method ignored Backport b8f2ec9091f9f7e5f4611991d04dd8aa113b94fd Oct 14, 2024
@openjdk openjdk bot changed the title Backport b8f2ec9091f9f7e5f4611991d04dd8aa113b94fd 8195675: Call to insertText with single character from custom Input Method ignored Oct 14, 2024
@openjdk
Copy link

openjdk bot commented Oct 14, 2024

This backport pull request has now been updated with issue from the original commit.

@srl295 srl295 changed the title 8195675: Call to insertText with single character from custom Input Method ignored Backport b8f2ec9091f9f7e5f4611991d04dd8aa113b94fd Oct 14, 2024
@openjdk openjdk bot changed the title Backport b8f2ec9091f9f7e5f4611991d04dd8aa113b94fd 8195675: Call to insertText with single character from custom Input Method ignored Oct 14, 2024
@openjdk
Copy link

openjdk bot commented Oct 14, 2024

This backport pull request has now been updated with issue from the original commit.

@srl295
Copy link
Member Author

srl295 commented Oct 14, 2024

/integrate

@openjdk
Copy link

openjdk bot commented Oct 14, 2024

@srl295 This pull request has not yet been marked as ready for integration.

@srl295
Copy link
Member Author

srl295 commented Oct 14, 2024

right - the bug isn't approved yet for backport. It's clean though.

@GoeLin
Copy link
Member

GoeLin commented Oct 16, 2024

Hi,
please add the Fix request comment to the real bug, not the Backport issue you opened. Please mention 21 as target.

@srl295
Copy link
Member Author

srl295 commented Oct 16, 2024 via email

@srl295
Copy link
Member Author

srl295 commented Oct 16, 2024

Hi, please add the Fix request comment to the real bug, not the Backport issue you opened. Please mention 21 as target.

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval backport clean rfr Pull request is ready for review
Development

Successfully merging this pull request may close these issues.

3 participants