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 363423 - Orca will not provide access to the Applications menu if in a Gaim chat window
Orca will not provide access to the Applications menu if in a Gaim chat window
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
2.17.x
Other All
: Normal normal
: ---
Assigned To: Rich Burridge
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-19 14:33 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2006-10-19 18:16 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
Full debug.out (182.45 KB, text/plain)
2006-10-19 14:34 UTC, Joanmarie Diggs (IRC: joanie)
  Details
Patch to fix the problem. (2.90 KB, patch)
2006-10-19 16:28 UTC, Rich Burridge
none Details | Review
Patch to reverse the default setting for presentIfInactive (5.59 KB, patch)
2006-10-19 18:16 UTC, Rich Burridge
none Details | Review

Description Joanmarie Diggs (IRC: joanie) 2006-10-19 14:33:53 UTC
Please describe the problem:
When in a Gaim chat window, pressing Alt F1 will put you in the Applications menu, but Orca no longer provides access to the menu items via speech or braille.  This problem seems only to occur when focus is in a Gaim chat window (as opposed to the buddy list)

Steps to reproduce:
1. Launch Orca
2. Launch Gaim
3. Arrow to one of the "buddies" in your buddy list and press Enter.
4. Press Alt F1 for the Applications menu and use Up and Down Arrow to navigate


Actual results:
You move to and can navigate within the Applications menu.

Expected results:
Orca would speak/display in braille each item navigated to.

Does this happen every time?
Yes.

Other information:
This seems to have just cropped up with the latest build from CVS HEAD.  I'm using Edgy and Gaim 2.0 beta 3.1.
Comment 1 Joanmarie Diggs (IRC: joanie) 2006-10-19 14:34:17 UTC
Created attachment 75016 [details]
Full debug.out
Comment 2 Rich Burridge 2006-10-19 16:28:25 UTC
Created attachment 75029 [details] [review]
Patch to fix the problem.

This was an unfortunate side-effect of the fix for bug #348693.
We need to provide a simple script for gnome-panel that will set
self->presentIfInactive to True.

I wonder how many more instances like this we'll need...
Comment 3 Rich Burridge 2006-10-19 16:30:35 UTC
Changes checked into CVS HEAD. Closing as FIXED.
Comment 4 Rich Burridge 2006-10-19 18:16:17 UTC
Created attachment 75030 [details] [review]
Patch to reverse the default setting for presentIfInactive

On second thoughts, we are going to adjust presentIfInactive to
default to True, then adjust the scripts that need to turn it off.
Better to be too verbose than to be silent.