[jfx20] Integrated: 8301832: InputMethodEvents are not enabled for text input controls
Andy Goryachev
angorya at openjdk.org
Wed Feb 8 16:24:58 UTC 2023
On Mon, 6 Feb 2023 18:45:10 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> **Targeting jfx20 branch**
>
> A fix for regression introduced by [JDK-8268877](https://bugs.openjdk.org/browse/JDK-8268877).
>
> For IME to work, both `setOnInputMethodTextChanged()` and `setInputMethodRequests()` needs to be set, see Scene:2242.
>
> The fix involves changing the code back to setting the control properties and doing so in the install() method.
>
> Thank you Martin Fox for noticing the issue!
This pull request has now been integrated.
Changeset: abe80587
Author: Andy Goryachev <angorya at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/abe80587a3515bbae5ba2f3d3a65cc0614e254fb
Stats: 45 lines in 2 files changed: 41 ins; 4 del; 0 mod
8301832: InputMethodEvents are not enabled for text input controls
Reviewed-by: kcr, aghaisas
-------------
PR: https://git.openjdk.org/jfx/pull/1024
More information about the openjfx-dev
mailing list