After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 109393 - Accessible_getParent returns wrong value for a child of a tree
Accessible_getParent returns wrong value for a child of a tree
Status: RESOLVED NOTGNOME
Product: at-spi
Classification: Platform
Component: javabridge
unspecified
Other Linux
: High major
: ---
Assigned To: Darren Kenny
Darren Kenny
Depends on:
Blocks: 109272 111999
 
 
Reported: 2003-03-28 10:01 UTC by remus draica
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4



Description remus draica 2003-03-28 10:01:04 UTC
For java apps, if Accessible_getParent is called for an object which is a
child of a tree, or a child of a child of a tree and so, always same object
will be returned, the tree, not the real parent.

steps to reproduce:
1. start Java SwingSet app
2. Open JTreee demo (last toggle button from toolbar).
3. Navigate in the tree and ask for parent for every focus: event received.

Also if the tree hierarchy is traversed, children which has never shown to
user (nodes which was never visible) have role unknown and no name. After
expanding their parent, name and role are available. (this can be seen with
at-poke).
Comment 1 Calum Benson 2003-04-03 15:12:20 UTC
Updating status_whiteboard field to reflect A11Y team's assessment 
of accessibility impact.
Comment 2 Calum Benson 2003-04-03 15:22:18 UTC
Woops, don't need to track this one with the status_whiteboard field.
Comment 3 bill.haneman 2003-04-03 15:41:39 UTC
bumping up prio.
Comment 4 Darren Kenny 2003-05-01 15:17:38 UTC
Java bug 4839971 has been logged to get this fixed. The problem is
in the JAA and it's not possible to fix in the JABG.

Closing as NOT GNOME.