-
Bug
-
Resolution: Unresolved
-
P4
-
8u351, 11.0.17-oracle, 17.0.2, 18, 21, 22, 23
In the current implementation of JTree, there is no way to get an accessibility object for a tree node. This leads to the need to use an inefficient traversal of the entire tree to collect the necessary accessibility children, or use reflection to quickly obtain the necessary objects using the tree path.
For an example see CAccessibility#getChildrenAndRolesRecursive()
It is necessary to create a new path that allows you to instantiate the inner class without reflection.
For an example see CAccessibility#getChildrenAndRolesRecursive()
It is necessary to create a new path that allows you to instantiate the inner class without reflection.
- relates to
-
JDK-8267385 Create NSAccessibilityElement implementation for JavaComponentAccessibility
- Resolved
-
JDK-8317771 [macos14] Expand/collapse a JTree using keyboard freezes the application in macOS 14 Sonoma
- Resolved
-
JDK-8329667 [macos] Issue with JTree related fix for JDK-8317771
- Resolved
- links to
-
Review(master) openjdk/jdk/18867