RFR: 8305418: [Linux] Replace obsolete XIM as Input Method Editor [v25]
Martin Fox
mfox at openjdk.org
Sun Oct 6 00:53:48 UTC 2024
On Thu, 3 Oct 2024 14:17:31 GMT, Thiago Milczarek Sayao <tsayao at openjdk.org> wrote:
>> Thiago Milczarek Sayao has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove negative checks
>
> I'll do more testing.
@tsayao I'm testing your code before you made the last set of changes. On Ubu 22 running the X11 backend these AltGr combinations generate the expected TYPED character. On Ubu 24 running Wayland I can reproduce this bug. I suspect this is a Wayland issue.
I'm also seeing some strangeness in the KeyCode assigned to the AltGr key. It depends on the ordering of layouts in my layout list; if English comes before Polish the AltGr key is given the correct key code but if Polish comes before English it comes out UNDEFINED. This has nothing to do with your code since I can reproduce it on the master branch. And it happens on both X11 and Wayland. I'll take a look at that.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1080#issuecomment-2395244201
More information about the openjfx-dev
mailing list