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 337322 - Orca will not report the name/title of apps when user is switching between them.
Orca will not report the name/title of apps when user is switching between them.
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
unspecified
Other Solaris
: Normal major
: ---
Assigned To: Willie Walker
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-05 07:59 UTC by Tim Miao
Modified: 2006-04-06 12:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim Miao 2006-04-05 07:59:58 UTC
Users may switch different apps with pressing Alt+Tab, when they do that, orca will not report these apps' name or title, this really confuses them.

Steps to reproduce:
1. Launch orca.
2. Launch some other apps, say firefox, gedit, term and so on.
3. Press and hold 'Alt', then press 'Tab' to switch app main windows between them.

Expected result:
Once user switched to other app window icon, orca should report its name/title to user.

Actual result:
Orca will not report these information to users, this really confusing.
Comment 1 Willie Walker 2006-04-05 13:04:37 UTC
Orca used to do this just fine, but I just verified that this no longer works on either Ubuntu or Open Solaris.  It looks like the pygtk folks have decided to put all their Python packages at the top level, and they've introduced a "metacity" module.  As a result, Orca ends up discovering the pygtk metacity module first and loads it before loading the Orca script for metacity.

Thanks for reporting this!  Orca needs to have a better plan of attack for loading modules in the event that others inadvertantly pollute the Python name space.
Comment 2 Willie Walker 2006-04-05 21:13:17 UTC
Revamped the way Orca looked for modules and checked this into GNOME CVS HEAD. The fix will be available in the next major release. Thank you for your bug report.
Comment 3 Al Puzzuoli 2006-04-06 04:57:12 UTC
I just tried this fix on my fedoraCore 5 system.  Although Orca is indeed reading the name of each application as I cycle through the alt tab list, it is also falsely stating that each application is inaccessible.  To reproduce:

1.  Open several applications.  I opened three: gnome terminal, dictionary, and bug buddy.
2.  Hold down alt, and repeatedly tap tab to cycle through the list.  As I did this, I got feedback like bug buddy: inaccessible. Gedit; inaccessible, etc.  However, all of these application still worked fine if I released tab and allowed any of them to gain focus. 
Comment 4 Willie Walker 2006-04-06 12:35:19 UTC
Thanks for checking this, Al!  The problem you are seeing looks like a different bug, so I opened a new one: http://bugzilla.gnome.org/show_bug.cgi?id=337489.