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 261866 - Gnopernicus Can't read the status complete/uncomplete of tasks after change it.
Gnopernicus Can't read the status complete/uncomplete of tasks after change it.
Status: RESOLVED INVALID
Product: evolution
Classification: Applications
Component: Tasks
unspecified
Other All
: Normal enhancement
: ---
Assigned To: Li Yuan
Evolution QA team
Depends on:
Blocks: 244862 271192
 
 
Reported: 2004-07-23 06:18 UTC by Eric Zhao
Modified: 2005-02-21 06:59 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
fix the prototype of "model_cell_changed" signal's handler. (1.87 KB, patch)
2004-07-23 06:29 UTC, Eric Zhao
none Details | Review
patch for calender, emit "model_cell_change" signal when the task status is changed. (1.38 KB, patch)
2004-07-23 08:07 UTC, Eric Zhao
none Details | Review

Description Eric Zhao 2004-07-23 06:18:16 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 evolution with accessibility enabled.
2. Focus one task with tab key.
3. Click right/left arrow key to make the task editable.
4. Check the checkbox to make the task as complete.
5. Uncheck another checkbox to make the task as uncomplete.

Actual Results:
Can't report the new complete or uncomplete status of tasks.
It only remember the previous status.

Expected Results:
The gnopernicus should read the changed task's new status.

How often does this happen? 
always.

Additional Information:
Comment 1 Eric Zhao 2004-07-23 06:29:18 UTC
Created attachment 43986 [details] [review]
fix the prototype of "model_cell_changed" signal's handler.
Comment 2 Eric Zhao 2004-07-23 08:07:37 UTC
Created attachment 43987 [details] [review]
patch for calender,  emit "model_cell_change" signal when the task status  is changed.
Comment 3 Harry Lu 2005-02-21 06:59:33 UTC
Currently in CVS HEAD, when use keyboard to mark a task as completed, 
that task will be deleted and readded again. 
See e_cal_view_objects_modified_cb() in e-cal-model.c.
So the current task's focus will be lost. Gnopernicus will report 
another task row. 
So the bug is N/A for HEAD.