-
Enhancement
-
Resolution: Won't Fix
-
P4
-
8
-
generic
-
generic
SYNOPSIS
---------
RFE Contribution: Accessibility in various components of Control Panel
OPERATING SYSTEMS
-----------------
All (tested on Windows and Linux)
PATCH BASE
----------
The attached patch is based on JDK 7u6-b17.
JDK VERSIONS
------------
All
DESCRIPTION
-----------
Control Panel accessibility enhancements in accordance with Licensee's software accessibility guideline #1.1 - "Provide keyboard equivalents for all actions":
http://www-03.ibm.com/able/guidelines/software/accesssoftware.html
Some of the controls in the Control Panel do not currentl adhere to this guideline.
REPRODUCTION INSTRUCTIONS
-------------------------
Install the JDK/JRE and follow the steps below to see the controls that do not have direct keyboard access using mnemonics:
Launch ControlPanel
Tabs General, Java, update etc
Launch ControlPanel -> security -> Certificates
Tabs User and System
Close button
Launch ControlPanel -> Settings -> Delete Files
Check boxes
OK and Close button
Launch ControlPanel -> Networksettings
OK and Close button
SUGGESTED FIX
-------------
Fix includes change to following files to fix the controls listed above
CertificatesDialog.java
DeleteFilesDialog.java
NetworkSettingsDialog.java
ControlPanel.java
Deployment.java
---------
RFE Contribution: Accessibility in various components of Control Panel
OPERATING SYSTEMS
-----------------
All (tested on Windows and Linux)
PATCH BASE
----------
The attached patch is based on JDK 7u6-b17.
JDK VERSIONS
------------
All
DESCRIPTION
-----------
Control Panel accessibility enhancements in accordance with Licensee's software accessibility guideline #1.1 - "Provide keyboard equivalents for all actions":
http://www-03.ibm.com/able/guidelines/software/accesssoftware.html
Some of the controls in the Control Panel do not currentl adhere to this guideline.
REPRODUCTION INSTRUCTIONS
-------------------------
Install the JDK/JRE and follow the steps below to see the controls that do not have direct keyboard access using mnemonics:
Launch ControlPanel
Tabs General, Java, update etc
Launch ControlPanel -> security -> Certificates
Tabs User and System
Close button
Launch ControlPanel -> Settings -> Delete Files
Check boxes
OK and Close button
Launch ControlPanel -> Networksettings
OK and Close button
SUGGESTED FIX
-------------
Fix includes change to following files to fix the controls listed above
CertificatesDialog.java
DeleteFilesDialog.java
NetworkSettingsDialog.java
ControlPanel.java
Deployment.java