-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.2.0
-
sparc
-
solaris_2.5.1
Name: aaC67449 Date: 08/31/98
JTree.AccessibleJTree.getAccessibleIndexInParent always returns 0.
See source code:"
/**
* Get the index of this object in its accessible parent.
*
* @return the index of this object in its parent; -1 if this
* object does not have an accessible parent.
* @see #getAccessibleParent
*/
public int getAccessibleIndexInParent() {
return 0;
}
"
But should return correct index or -1.
======================================================================
- duplicates
-
JDK-4169215 Accessibility heirarchy (parent/child) wrong in JTree nodes
-
- Resolved
-