JDK-8179285 : [macosx] Custom Swing text components need to allow standard accessibility
  • Type: Backport
  • Backport of: JDK-8076554
  • Component: client-libs
  • Sub-Component: javax.accessibility
  • Affected Version: 8u131
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: os_x
  • Submitted: 2017-04-25
  • Updated: 2021-02-08
  • Resolved: 2017-05-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 JDK 9
8u131 b32Fixed 9Fixed
Comments
It looks like that CustomAccessible class is part of some test suite - I was unable to find it in JDK source code. CAccessibility class is trying to invoke getAccessibleAction on this custom test class and it has a stub in CustomAccessible$CustomAccessibleAC.getAccessibleAction that simply throws runtime exception, like: throw new RuntimeException( "Not implemented" ); The test code needs to be examined first to understand if it is a JDK problem.
03-05-2017