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 483222 - (Java) Where am i in JTree nodes gives little info
(Java) Where am i in JTree nodes gives little info
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: 2.32.0
Assigned To: Joanmarie Diggs (IRC: joanie)
Orca Maintainers
Depends on:
Blocks: orca-java
 
 
Reported: 2007-10-04 05:10 UTC by Eitan Isaacson
Modified: 2010-09-20 10:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


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

Description Eitan Isaacson 2007-10-04 05:10:40 UTC
When running the test:
http://svn.gnome.org/viewcvs/orca/trunk/test/keystrokes/java/role_tree.py

Where am i on a tree node only outputs:

SPEECH OUTPUT: 'Grey December'
SPEECH OUTPUT: 'label'

Expected output:
I imagine a lot more.
Comment 1 Joanmarie Diggs (IRC: joanie) 2010-04-23 15:52:27 UTC
Created attachment 159443 [details] [review]
fix

Pylinted, regression tested -- including an updated regression test.
Comment 2 Joanmarie Diggs (IRC: joanie) 2010-04-23 15:54:50 UTC
(In reply to comment #0)
> When running the test:
> http://svn.gnome.org/viewcvs/orca/trunk/test/keystrokes/java/role_tree.py
> 
> Where am i on a tree node only outputs:
> 
> SPEECH OUTPUT: 'Grey December'
> SPEECH OUTPUT: 'label'
> 
> Expected output:
> I imagine a lot more.

You now get:

    SPEECH OUTPUT: 'Grey December collapsed tree level 4'

and

    SPEECH OUTPUT: 'Grey December expanded 9 items tree level 4'