Details
-
Bug
-
Resolution: Fixed
-
P3
-
7u2, 8
-
b02
-
windows
-
Verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8060807 | 7u79 | Abhijit Saha | P3 | Resolved | Fixed | b01 |
JDK-8057242 | 7u76 | Abhijit Saha | P3 | Closed | Fixed | b01 |
Description
The Java Control Panel has a security slider. When moved from bottom to top JAWS doesn't say Medium, High, Very High. What is heard is 0% 0 for Medium, 50% 1 for High, and 100% 2 for Very High.
This can't be fixed because there is no solution via the Java Accesibility API. AccessibleValue only provides Numbers, not Strings. I talked to Freedom Scientific about adding a new API, e.g. AccessibleExtendedValue returning Strings but they don't have resources to change their code to add support for such a new API.
The alternative is to change the dialog to use a group of 3 radio buttons.
This can't be fixed because there is no solution via the Java Accesibility API. AccessibleValue only provides Numbers, not Strings. I talked to Freedom Scientific about adding a new API, e.g. AccessibleExtendedValue returning Strings but they don't have resources to change their code to add support for such a new API.
The alternative is to change the dialog to use a group of 3 radio buttons.
Attachments
Issue Links
- backported by
-
JDK-8060807 The security slider is inaccessible
- Resolved
-
JDK-8057242 The security slider is inaccessible
- Closed
- relates to
-
JDK-8046709 Java Control Panel Security Level Radio Buttons do not have name, screen read not able to read the name
- Resolved
-
JDK-8026750 JCP -> Security Tab -> Security Level is read as Percent
- Resolved