-
Bug
-
Resolution: Unresolved
-
P4
-
7, 8, 9
-
generic, x86
-
os_x
Mnemonics do not work in Mac OS X because e.getKeyChar() method from the KeyEvent returns different key char which is not in range 'a'..'z', 'A'..'Z'
For example: type A
---------------------
key code: 65
key char:
key char int: 1
---------------------
To reproduce the issue run the test javax/swing/JTabbedPane/4624207/bug4624207.java
See also issue 7151821
For example: type A
---------------------
key code: 65
key char:
key char int: 1
---------------------
To reproduce the issue run the test javax/swing/JTabbedPane/4624207/bug4624207.java
See also issue 7151821
- duplicates
-
JDK-7151821 [macosx] Mnemonic doesn't work in JTabbedPane
-
- Closed
-
- relates to
-
JDK-8061381 [macosx] Accelerators does not spelled for JMenuItems by Voice Over
-
- Resolved
-
-
JDK-7176528 [macosx] Extra mnemonic keys on JCP button labels in asian locales
-
- Closed
-