Closed
Bug 448943
Opened 17 years ago
Closed 17 years ago
Can't save a task
Categories
(Calendar :: Tasks, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
0.9
People
(Reporter: fred.jen, Unassigned)
Details
1.) Open the dialog "Create task dialog".
2.) Save it. The Dialog doesn't close but gives out the error message:
JavaScript error: chrome://calendar/content/calUtils.js, line 1606: item.calendar has no properties
Which is the line:
var isSupported = (item.calendar.getProperty("capabilities." + aCapability + ".supported") !== false)
I also get the error:
JavaScript error: chrome://calendar/content/sun-calendar-event-dialog.js, line 360: item.calendar has no properties
Which is the line:
sendInvitesCheckbox.checked = (item.calendar.getProperty("imip.identity") &&
I am not sure if this is a bug, as I have the patch from bug #446303 in my tree.
Comment 1•17 years ago
|
||
Works for me using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.17pre) Gecko/2008073120 Calendar/0.9pre and local storage calendar.
Comment 2•17 years ago
|
||
WFM, too. Fred, please recheck with a clean tree.
Reporter | ||
Comment 3•17 years ago
|
||
WFM in a clean tree. I am not sure how to change the status of the bug, so I don't touch it.
Comment 4•17 years ago
|
||
WFM per comment #1 and comment #2.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•