[jdk8u-dev] RFR: 8264728: When use chinese IME, the candidate box isn't moved with caret of JTextArea
Andrew John Hughes
andrew at openjdk.org
Mon Mar 27 15:13:48 UTC 2023
On Fri, 10 Mar 2023 09:31:17 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
> @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!
Yes, as I also mentioned here: https://github.com/openjdk/jdk8u/pull/31#issuecomment-1453806230
The fix either needs to be resolved in the main JDK development tree first, or we need to know why an 8u only fix is needed (e.g. code has changed in later versions and bug is fixed by a change that can't be backported as is)
-------------
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/281#issuecomment-1485299781
More information about the jdk8u-dev
mailing list