Closed
Bug 280817
Opened 20 years ago
Closed 18 years ago
Task mouse-over information shows wrong completed date if after due date
Categories
(Calendar :: Sunbird Only, defect)
Calendar
Sunbird Only
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: skeeter, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 If you check off a task on the list after it's due time, the completed time is not always correct nor is the information consistent if you open the task and click completed. Reproducible: Always Steps to Reproduce: 1.Create new task 2.Make start time now 3.Make due time now+1minute 4.Wait more than two minutes. Click on the completed check box and see the mouse-over format. Uncheck the box, open the task, click completed, OK and then see how the mouse-over has different info and the wrong time. Actual Results: When I click completed from the list, the mouse-over doesn't list %completed and sometimes gives the correct time. If I open the task and click completed, the mouse-over lists % completed 100 and a completed time of 12:00 AM always. Expected Results: I would expect that the mouse-over formats to be consistent and the time to be correct.
| Reporter | ||
Updated•20 years ago
|
Version: unspecified → Sunbird 0.2RC2
Updated•20 years ago
|
Assignee: shaver → mostafah
Component: Base → Sunbird and Calendar-Extension Front End
QA Contact: base → gurganbl
The taskDialog.xul needs a <datetimepicker> instead of a <datepicker> for the
completion time. Since it has only a datepicker, it produces a date at midnight.
The unifinderToDo.js needs to set the completion to 100% when the checkbox is
selected ("on"), and to 0% when it is deselected ("off").
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•19 years ago
|
QA Contact: gurganbl → sunbird
Comment 2•19 years ago
|
||
The (un)checking of the checkbox is done correctly now. The only thing left is <datetimepicker> instead of <datepicker> for a correct completition date. Someone has to decide if this is wanted. But if we have the datetime in the tooltip then we should have a <datetimepicker> in the dialog.
Updated•19 years ago
|
Assignee: mostafah → nobody
OS: Windows 2000 → All
Hardware: PC → All
Summary: Task mouse-over information different and completed time wrong if after due date → Task mouse-over information shows wrong completed date if after due date
Version: Sunbird 0.2RC2 → Trunk
Comment 3•18 years ago
|
||
(In reply to comment #2) > The (un)checking of the checkbox is done correctly now. I'm marking this bug WFM. I think we already have a bug open about the tooltip issue, and there are a couple of pending patches that will help too.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•