GNOME Bugzilla – Bug 616587
Orca does not present Java trees correctly
Last modified: 2010-09-20 10:52:04 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.
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.