-
Bug
-
Resolution: Unresolved
-
P4
-
11, 17, 18, 22
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 forJDK-8315701 has resolved the issue with Ctrl+N: it works with the fix but doesn't without it.
* It's a follow-up fromJDK-8315701 code review: https://github.com/openjdk/jdk/pull/16664#pullrequestreview-1735155100
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
* It's a follow-up from
- relates to
-
JDK-8317111 Provide access to Pass/Fail buttons of PassFailJFrame
- Open
-
JDK-8294156 Allow PassFailJFrame.Builder to create test UI
- Resolved
-
JDK-8317116 Provide layouts for multiple test UI in PassFailJFrame
- Resolved
-
JDK-8262945 [macos] Regression Manual Test for Key Events Fails
- Resolved
-
JDK-8315701 [macos] Regression: KeyEvent has different keycode on different keyboard layouts
- Resolved