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 616587 - Orca does not present Java trees correctly
Orca does not present Java trees correctly
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
2.30.x
Other All
: Normal normal
: 2.32.0
Assigned To: Joanmarie Diggs (IRC: joanie)
Orca Maintainers
Depends on:
Blocks: orca-java
 
 
Reported: 2010-04-23 04:32 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2010-09-20 10:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix (28.18 KB, patch)
2010-04-23 04:40 UTC, Joanmarie Diggs (IRC: joanie)
committed Details | Review

Description Joanmarie Diggs (IRC: joanie) 2010-04-23 04:32:49 UTC
Orca's presentation of Java trees is largely messed up. A significant source of the problem is bug 616582. There is also an issue with the default script's isSameObject() returning false positives.
Comment 1 Joanmarie Diggs (IRC: joanie) 2010-04-23 04:40:01 UTC
Created attachment 159388 [details] [review]
fix

This fixes many problems with Java trees, making them usable again. The patch is pylinted, regression tested -- including an updated tree regression test, and limited to Orca's Java toolkit script. Therefore I've gone ahead and committed it.