Other |
---|
tbdUnresolved |
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
The test/jdk/java/awt/event/KeyEvent/AcceleratorTest/AcceleratorTest.java test fails on macOS, not all the actions can be performed. The cases 2 and 5 do not work for me. I use a PC layout for Russian on Mac, period in this Russian layout is on "/?" key but pressing Ctrl+(/?) doesn't fire the event. Nor is the event fired when I press Alt+Ю (key with ".>"). Additionally, pressing Alt+Ж fires the event but the printed command is "«" instead of "ж". The fix for JDK-8315701 has resolved the issue with Ctrl+N: it works with the fix but doesn't without it. * It's a follow-up from JDK-8315701 code review: https://github.com/openjdk/jdk/pull/16664#pullrequestreview-1735155100
|