GNOME Bugzilla – Bug 261866
Gnopernicus Can't read the status complete/uncomplete of tasks after change it.
Last modified: 2005-02-21 06:59:33 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:
Created attachment 43986 [details] [review] fix the prototype of "model_cell_changed" signal's handler.
Created attachment 43987 [details] [review] patch for calender, emit "model_cell_change" signal when the task status is changed.
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.