RFR: 8305418: [Linux] Replace obsolete XIM as Input Method Editor [v31]
Thiago Milczarek Sayao
tsayao at openjdk.org
Sun Dec 15 20:28:51 UTC 2024
On Sun, 15 Dec 2024 19:09:29 GMT, Thiago Milczarek Sayao <tsayao at openjdk.org> wrote:
>> Anyway, current solution without checking `im_ctx.on_preedit` can work well. I backported it to `jfx22` and it worked well. Thanks again. And hope for the final solution.
>
> This option sets if editing happens on the application or in the IME window.
>
> Application:
> 
>
>
> IME Window:
> 
I modified it to no longer rely on pre-edit calls, but I'm not sure if it's working as expected yet.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1080#discussion_r1885846316
More information about the openjfx-dev
mailing list