On Tue, 7 Feb 2023 16:24:34 GMT, Andy Goryachev 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 b
On Tue, 7 Feb 2023 16:24:34 GMT, Andy Goryachev 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 b
> **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 b