-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 1.4.0
-
Component/s: client-libs
-
1.0.3
-
generic
-
generic
The subclass of javax.swing.JRootPane (AccessibleJRootPane) that implements the accessibility interface javax.accessibility.AccessibleComponent is derived from java.awt.AccessibleAWTComponent, which returns null for getAccessibleAt() because a component does not necessarily have childs.
But the root pane always has a content pane child, so getAccessibleAt() should be overwritten by AccessibleJRootPane appropriatly.
But the root pane always has a content pane child, so getAccessibleAt() should be overwritten by AccessibleJRootPane appropriatly.
- relates to
-
JDK-4708169 getAccessibleContextAt works not as expected
-
- Resolved
-