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 310138 - Unable to locate first mail in a message list tree using accessibility interface
Unable to locate first mail in a message list tree using accessibility interface
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
2.4.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks: 271192
 
 
Reported: 2005-07-12 14:54 UTC by jpremkumar
Modified: 2013-09-13 00:46 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
patch (2.98 KB, patch)
2005-07-19 07:52 UTC, Li Yuan
none Details | Review

Description jpremkumar 2005-07-12 14:54:50 UTC
Distribution/Version: SuSE 9.3

Used AccessibleTable_getAccessibleAt(table,row,0) with row value as 0 to locate
the first mail in a message list tree folder.

Expected result:
First mail's ( first row ) first cell should be returned

Actual Result:
Second mail's first cell is returned
Comment 1 Harry Lu 2005-07-13 02:49:28 UTC
This is a a11y bug for e-tree. Li Yuan will provide a patch next week.
Comment 2 Li Yuan 2005-07-19 07:52:39 UTC
Created attachment 49387 [details] [review]
patch