On Wed, 5 Apr 2023 13:26:59 GMT, Jose Pereda <jper...@openjdk.org> wrote:

>> Martin Fox has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Added manual cross-platform keyboard handling test
>
> tests/manual/events/KeyboardTest.java line 458:
> 
>> 456:         GERMAN("German", KeyListBuilder.germanKeys()),
>> 457:         LATIN("Latin", KeyListBuilder.latinKeys()),
>> 458:         NON_LATIN("non-Latin", KeyListBuilder.nonLatinKeys());
> 
> Out of curiosity, I tested Cantonese keyboard with Non-Latin, got this 
> printout:
> 
> 2023-04-05 15:25:55.539 java[8997:135623] +[CATransaction synchronize] called 
> within transaction
> 
> not sure what it means or if it is relevant?

If this goes through IME, it's a known problem on macOS 13 (Ventura) : 
https://bugs.openjdk.org/browse/JDK-8301878

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

PR Review Comment: https://git.openjdk.org/jfx/pull/425#discussion_r1158755912

Reply via email to