Closed
Bug 366437
Opened 18 years ago
Closed 18 years ago
Tasks don't show up in day & week view if no due date was set
Categories
(Calendar :: General, defect)
Calendar
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 339955
People
(Reporter: mschroeder, Unassigned)
Details
Tasks don't show up in day & week view if no due date was set. It should be a zero-length item, but I don't know if this makes sense at all.
1. Create a task in day or week view. It is not visible.
2. Change to week or day view. It is also not visible and following error message appears in Error Console.
Error: endDate has no properties
Source File: chrome://calendar/content/calendar-multiday-view.xml
Line: 2553
We don't handle null variables for var endDate and var finishDate at http://lxr.mozilla.org/mozilla/source/calendar/base/content/calendar-multiday-view.xml#2552 and #2553.
Comment 1•18 years ago
|
||
Duplicate of Bug 339955?
Reporter | ||
Comment 2•18 years ago
|
||
Yes, duplicate concerning the sense of showing a task with missing due date. But we should at least fix the error message.
Comment 3•18 years ago
|
||
Martin, does the error still exist after the fixes for Bug 372855 and Bug 353066? Otherwise this bug should be closed.
Reporter | ||
Comment 4•18 years ago
|
||
The message in the error console is gone with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4pre) Gecko/20070405 Calendar/0.5pre. Marking this bug as duplicate of bug 339955, because this is the main issue.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•