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 456446 - Gecko autocompletes not always spoken
Gecko autocompletes not always spoken
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: speech
2.19.x
Other All
: Normal normal
: 2.20.0
Assigned To: Joanmarie Diggs (IRC: joanie)
Orca Maintainers
Depends on:
Blocks: 404403 404409
 
 
Reported: 2007-07-13 01:41 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2008-07-22 19:28 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
patch to hopefully solve the problem (1.45 KB, patch)
2007-07-13 01:44 UTC, Joanmarie Diggs (IRC: joanie)
committed Details | Review

Description Joanmarie Diggs (IRC: joanie) 2007-07-13 01:41:45 UTC
Issue 1:  When the user moves focus to the search autocompletes in the top toolbars of Firefox and Thunderbird, Orca does not speak anything.

Issue 2:  When the user has expanded the Location autocomplete in Firefox and then presses Backspace, characters are removed from the entry but are not announced.
Comment 1 Joanmarie Diggs (IRC: joanie) 2007-07-13 01:44:58 UTC
Created attachment 91709 [details] [review]
patch to hopefully solve the problem

The search entries in Firefox's and Thunderbird's top toolbars contain text which functions as the label (Yahoo, Entire Message) and which gets deleted just prior to the entry gaining focus.  If we pass that event on to the default script, it will set the entry to the locus of focus silently and then the focus event will not cause the entry to be spoken.  In addition, if the Location autocomplete is expanded and Backspace is pressed, the locus of focus will be a table cell and the default script will not speak the characters being deleted from the entry.

Mike please test.
Comment 2 Mike Pedersen 2007-07-17 02:41:41 UTC
This seems like a good patch to me.  thanks much 
Comment 3 Joanmarie Diggs (IRC: joanie) 2007-07-17 14:49:54 UTC
Thanks Mike.  Patch committed.  Moving to [pending]
Comment 4 Mike Pedersen 2007-07-20 22:23:45 UTC
Lets call this one good.
Comment 5 Joanmarie Diggs (IRC: joanie) 2007-07-20 23:12:14 UTC
Thanks.  Closing as FIXED.