-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 8
-
Component/s: client-libs
-
b110
-
generic
-
generic
-
Verified
The JTextComponent.setFocusAccelerator() spec at
http://download.java.net/jdk8/docs/api/javax/swing/text/JTextComponent.html
states the focus accelerator is the combination of the ALT key and an uppercase character.
However, the focus accelerator appears to be L&F dependent.
For example, on Mac:
Metal L&F: ALT+[uppercase character]
Aqua L&F: CTRL+ALT+[uppercase character]
The spec should be updated to state this is L&F dependent behavior.
http://download.java.net/jdk8/docs/api/javax/swing/text/JTextComponent.html
states the focus accelerator is the combination of the ALT key and an uppercase character.
However, the focus accelerator appears to be L&F dependent.
For example, on Mac:
Metal L&F: ALT+[uppercase character]
Aqua L&F: CTRL+ALT+[uppercase character]
The spec should be updated to state this is L&F dependent behavior.