-
Bug
-
Resolution: Fixed
-
P4
-
8, 11, 17, 18, 19
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8294503 | 17.0.6 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8289809 | 17.0.5-oracle | Srinivas Mandalika | P4 | Resolved | Fixed | b01 |
JDK-8296133 | 11.0.18 | Victor Rudometov | P4 | Resolved | Fixed | b01 |
JDK-8289877 | 11.0.17-oracle | Srinivas Mandalika | P4 | Resolved | Fixed | b02 |
JDK-8292277 | 8u361 | Srinivas Mandalika | P4 | Resolved | Fixed | b01 |
Several new AccessibleRole and AccessibleRelation constants are needed in those classes in the java.accessibility package. These new contants codify additions made in the GNOME, Netscape, and UNO (StarOffice) accessibility APIs.
StarOffice 6.1 and GNOME accessibility require new role, state and relation
constants in the javax.accessibility package. The existing constants are
inadequate for providing accessibility to StarOffice and GNOME applications
as required by Section 508.
Solution
--------
Define new constants in the javax.accessibility package.
AccessibleRelation
AccessibleRoles
AccessibleState
AccessibleAction
AccessibleContext
The test validates the public fields of the above AccessibleConstants.
This review is for migrating tests from a closed test suite to open.
- backported by
-
JDK-8289809 Create an automated test for JDK-4702233
-
- Resolved
-
-
JDK-8289877 Create an automated test for JDK-4702233
-
- Resolved
-
-
JDK-8292277 Create an automated test for JDK-4702233
-
- Resolved
-
-
JDK-8294503 Create an automated test for JDK-4702233
-
- Resolved
-
-
JDK-8296133 Create an automated test for JDK-4702233
-
- Resolved
-
- relates to
-
JDK-8287826 javax/accessibility/4702233/AccessiblePropertiesTest.java fails to compile
-
- Resolved
-
- links to
-
Commit openjdk/jdk11u-dev/1f618ab4
-
Commit openjdk/jdk17u-dev/e5dd0b4c
-
Commit openjdk/jdk/6f526e1b
-
Review openjdk/jdk11u-dev/1483
-
Review openjdk/jdk17u-dev/729
-
Review openjdk/jdk/8342