In a number of Java Plug-in dialogs there are missing accelerators (mnemonics)
for controls (i.e. buttons). This is a usability issue. Users should be able to navigate around the dialogs without a mouse.
Below are some dialog examples with missing accelerator keys:
JPI Control Panel - Clear Cache dialog - Yes, No missing
Java Console dialog - Clear has an accelerator but Copy, Close do not.
Java Plug-in Exception dialog - OK missing
Java Security Warning dialog - View Certificate has an accelerator but Grant this session, Deny, Grant always do not.
View Certificate does because of this issuerButton.setMnemonic(KeyEvent.VK_V);
for controls (i.e. buttons). This is a usability issue. Users should be able to navigate around the dialogs without a mouse.
Below are some dialog examples with missing accelerator keys:
JPI Control Panel - Clear Cache dialog - Yes, No missing
Java Console dialog - Clear has an accelerator but Copy, Close do not.
Java Plug-in Exception dialog - OK missing
Java Security Warning dialog - View Certificate has an accelerator but Grant this session, Deny, Grant always do not.
View Certificate does because of this issuerButton.setMnemonic(KeyEvent.VK_V);
- duplicates
-
JDK-4516507 Signed applet Certificate dialog doesn't accept keyboard operations.
- Closed
-
JDK-4522991 Inconsistence and I18N accelerator keys
- Resolved
- relates to
-
JDK-4652904 JPI Console Close/Copy accelerator keys missing (PIT02:[03/11/02] )
- Closed
-
JDK-4652910 JPI Exception dialog - OK accelerator key missing (PIT02:[03/11/02] )
- Closed