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 319778 - Remove hierarchical presenter
Remove hierarchical presenter
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
unspecified
Other All
: Normal enhancement
: 2.18.0
Assigned To: Willie Walker
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-25 19:43 UTC by Willie Walker
Modified: 2008-07-22 19:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to remove hierarchical_presenter.py (19.54 KB, patch)
2007-03-28 00:07 UTC, Willie Walker
committed Details | Review

Description Willie Walker 2005-10-25 19:43:58 UTC
src/orca/hierarchical_presenter.py is a presenter that provides an alternative
mechanism for navigating around the display.  It's main purpose was for Orca
developer debugging.  We need to determine whether we want to continue
supporting this component or not.
Comment 1 Javier 2006-07-20 15:11:05 UTC
I found a hierarchical navigation mode very useful, since a blind script developer doesn't have access to atk-poke tool. The only way I found to explore hierarchically is to use gnopernicus screen reader, but is so slow to change between both AT's.
Comment 2 Willie Walker 2006-10-15 00:25:48 UTC
Add accessibility keyword.  Apologies for spam.
Comment 3 Willie Walker 2006-11-14 00:04:56 UTC
Javier: is this hierarchical presenter useful in day-to-day access of the machine, or is it useful mainly for script writing?  The reason I ask is that the dogtail folks are working on a Python version of at-poke that will hopefully not prevent itself from being accessed by assistive technologies.  It may be something that is more useful than what Orca currently provides.
Comment 4 Javier 2006-12-04 09:09:56 UTC
The main purpose of this hierarchical mode is to provide help to the blind script developer, that cannot gain access to tools like at-poke.
These tools helps a lot to get an idea how an application is structured, in order to get information about where are the widgets located and work with this information within a script. I think this tool Dogtail folks are working would be very helpful.
 
Comment 5 Willie Walker 2006-12-18 14:04:10 UTC
Javier: would you mind if I close this as "WONTFIX" with the intent that we'll rely on DogTail's stuff?  Alternatively, I can wait until the DogTail stuff becomes a reality and we can go from there.
Comment 6 Willie Walker 2007-03-27 13:23:07 UTC
With accerciser (http://live.gnome.org/Accerciser), we will have an accessible means for analyzing running applications.  I propose we remove hierarchical presenter and all the associated logic.
Comment 7 Willie Walker 2007-03-28 00:07:56 UTC
Created attachment 85412 [details] [review]
Patch to remove hierarchical_presenter.py
Comment 8 Willie Walker 2007-03-28 00:09:14 UTC
Committed.  Closing as FIXED.