RFR: 8356652: Input field ignores custom input source characters

Alexander Zuev kizune at openjdk.org
Thu May 15 17:28:56 UTC 2025


On Thu, 15 May 2025 15:55:41 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> typing 'h' causes this character to appear: 𐩱 typing 'n' followed by 'h' generates garbage input rather than expected 𐩱:

The same happens without the fix. For some reason events for the keys not mapped on the active keyman keyboard still pass to the component - at least partially. That affects the character composition.

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

PR Comment: https://git.openjdk.org/jfx/pull/1805#issuecomment-2884562915


More information about the openjfx-dev mailing list