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 262831 - Search edit text field missing AccessibleName
Search edit text field missing AccessibleName
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Shell
pre-1.5 (obsolete)
Other All
: Normal normal
: ---
Assigned To: mengjie yu
Evolution QA team
Depends on:
Blocks: 271192
 
 
Reported: 2004-08-10 22:59 UTC by korn
Modified: 2005-01-17 09:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch v1 (1.44 KB, patch)
2005-01-17 07:23 UTC, Harry Lu
none Details | Review

Description korn 2004-08-10 22:59:49 UTC
Description of Problem: Assistive technologies rely on widgets implementing
the Accessibility API.  The GOK technology specifically relies on
AccessibleName in order to display meaningful text in the Toolbar and UI
Grab windows.

Steps to reproduce the problem:
1. Launch GOK
2. Launch Evolution, enter password
3. Bring up the GOK "Toolbar" window.  Note button "Text Entry (empty)". 
This is the search edit-text field that is lacking an AccessibleName.

Looking at this with at-poke, why does this field implement
AccessibleAction, with an "activate" action?  Isn't that what the "Find
Now" button is all about?  This seems like an unnecessary implementation of
the API.
Comment 1 Harry Lu 2005-01-17 07:23:56 UTC
Created attachment 44571 [details] [review]
Patch v1
Comment 2 Harry Lu 2005-01-17 09:52:44 UTC
patch committed into HEAD.