RFR: 8150709: Mac OSX and German Keyboard Layout (Y/Z) [v7]

Kevin Rushforth kcr at openjdk.org
Wed Apr 5 16:33:23 UTC 2023


On Wed, 5 Apr 2023 13:26:59 GMT, Jose Pereda <jpereda at 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


More information about the openjfx-dev mailing list