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 259047 - Gnopernicus can't read evolution's message list properly
Gnopernicus can't read evolution's message list properly
Status: RESOLVED FIXED
Product: GAL
Classification: Deprecated
Component: ETable
trunk
Other All
: Normal enhancement
: Future
Assigned To: Eric Zhao
Evolution QA team
Depends on:
Blocks: 244862
 
 
Reported: 2004-05-25 14:16 UTC by Eric Zhao
Modified: 2004-09-29 20:43 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description Eric Zhao 2004-05-25 14:16:34 UTC
Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:


Steps to reproduce the problem:
1. start gnopernicus
2. start evolution with accessibility enabled.
3. click to a cell in the message list

Actual Results:
gnopernicus can't read the clicked cell's text.

Expected Results:
gnopernicus should read the cliecked cell's text or read the clicked table
line.


How often does this happen? 
always

Additional Information:
Comment 1 Eric Zhao 2004-05-25 14:18:15 UTC
The bug's reason is that the cursor's position is stored in model
format, but it is expected the cursor's position should be stored in
view format, so a convert is needed.