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 338687 - Orca speaks static text in tabbed panes too many times.
Orca speaks static text in tabbed panes too many times.
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: speech
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Willie Walker
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-16 13:24 UTC by Willie Walker
Modified: 2006-04-17 18:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to remove autoreading of panels that suddenly appear. (2.58 KB, patch)
2006-04-17 18:54 UTC, Willie Walker
accepted-commit_now Details | Review

Description Willie Walker 2006-04-16 13:24:01 UTC
Go to gnome-terminal->Edit->Current Profile...  Move from tab to tab.  You'll hear Orca repeat the static (unbound) text several times in each tab pane.
Comment 1 Willie Walker 2006-04-16 13:30:22 UTC
The source of the problem here is the logic that handles situations where panels suddenly appear.  This is typically to handle setup wizards and such, but it also crosses over into the handling of tabbed panes.  The problem appears to be that Orca is getting a number of events each time a tabbed pane appears, and Orca happily speaks the unbound text in the tabbed pane for each of these events.  

I'm not quite sure what to do here.  While I agree that automatic speaking of text in popup dialogs and such is essential, part of me really dislikes the automatic speaking of unbound labels as one moves from page to page.  The information you hear in the profile settings dialogs for gnome-terminal, for example, is quite odd because of this.  I think the real motivation for this is really set up wizards and we probably should script better for those things.
Comment 2 Willie Walker 2006-04-17 18:54:29 UTC
Created attachment 63733 [details] [review]
Patch to remove autoreading of panels that suddenly appear.

This will probably have an adverse effect on the already poor nature of setup wizards, but those probably should be addressed in a different way.
Comment 3 Willie Walker 2006-04-17 18:55:54 UTC
Fixed in the development version. The fix will be available in the next major release (0.2.3). Thank you for your bug report.