On Tue, 7 Feb 2023 16:24:34 GMT, Andy Goryachev <ango...@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!
>
> Andy Goryachev has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   8301832: added test

Thanks for adding the unit test!

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

Marked as reviewed by aghaisas (Reviewer).

PR: https://git.openjdk.org/jfx/pull/1024

Reply via email to