[jdk8u-dev] RFR: 8264728: When use chinese IME, the candidate box isn't moved with caret of JTextArea

Severin Gehwolf sgehwolf at openjdk.org
Fri Mar 10 09:34:14 UTC 2023


On Fri, 10 Mar 2023 00:51:37 GMT, 柳鲲鹏 <duke at openjdk.org> wrote:

> JDK-8264728 : When use chinese IME, the candidate box isn't moved with caret of JTextArea
> Type: Bug
> Component: client-libs
> Sub-Component: java.awt:i18n
> Affected Version: 8,9,15,16
> Priority: P3
> Status: Open
> Resolution: Unresolved
> OS: linux
> CPU: x86_64

@quantum6 From the bug description it sounds like this is an issue in later JDKs as well, please fix it in the latest development tree first where it reproduces (possibly JDK 21 at https://github.com/openjdk/jdk/), Once a fix is in later JDKs, the fix can get backported. So in this case it would be something like:

1. Fix in JDK `XX` where `XX` is the latest JDK where this reproduces
2. Backport to older JDK `YY` where `YY` is `< 8` (LTS versions and latest STS seems sufficient).
3. Come back with a backport to 8 once 1 and 2 are done.

Thanks!

-------------

PR: https://git.openjdk.org/jdk8u-dev/pull/281


More information about the jdk8u-dev mailing list