Closed
Bug 454983
Opened 17 years ago
Closed 17 years ago
Error when editing repeating event with exceptions (NS_ERROR_INVALID_POINTER in calRecurrenceInfo.js)
Categories
(Calendar :: Calendar Frontend, defect)
Calendar
Calendar Frontend
Tracking
(Not tracked)
VERIFIED
FIXED
0.9
People
(Reporter: ssitter, Assigned: dbo)
Details
Attachments
(1 file)
3.31 KB,
patch
|
Fallen
:
review+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.18pre) Gecko/2008091120 Sunbird/0.9
Steps to Reproduce:
1. Start Sunbird with clean profile
2. Create a new repeating event (e.g. Repeat: Weekly) and save
3. Select one occurrence of the repeating event and delete just this occurrence
4. Select another occurrence and choose to edit all occurrences
5. From the Repeat drop down menu choose Custom... to set an end date
Actual Results:
Edit Recurrence dialog opens but is incorrectly set to Daily pattern and the preview is empty. Error Console shows:
Error: [Exception... "Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [calIDateTime.addDuration]" nsresult: "0x80004003 (NS_ERROR_INVALID_POINTER)" location: "JS frame :: ffile:///D:/sunbird/js/calRecurrenceInfo.js :: cRI_onStartDateChange :: line 865" data: no]
Source File: ffile:///D:/sunbird/js/calRecurrenceInfo.js
Line: 865
Error: uncaught exception: [Exception... "Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [calIDateTime.addDuration]" nsresult: "0x80004003 (NS_ERROR_INVALID_POINTER)" location: "JS frame :: ffile:///D:/sunbird/js/calRecurrenceInfo.js :: cRI_onStartDateChange :: line 865" data: no]
Expected Results:
Repeating event with exceptions can be edited.
Flags: blocking-calendar0.9?
Assignee | ||
Updated•17 years ago
|
Flags: blocking-calendar0.9? → blocking-calendar0.9+
OS: Windows XP → All
Hardware: PC → All
Assignee | ||
Comment 1•17 years ago
|
||
Besides this bug it fixes
- a leftover origRdates
- adopts UNTIL datetimes when moving series
Assignee: nobody → daniel.boelzle
Attachment #338304 -
Flags: review?(philipp)
Updated•17 years ago
|
Attachment #338304 -
Flags: review?(philipp) → review+
Comment 2•17 years ago
|
||
Comment on attachment 338304 [details] [diff] [review]
fix - v1
Looks good, r=philipp
Comment 3•17 years ago
|
||
Checked in on HEAD and MOZILLA_1_8_BRANCH and SUNBIRD_0_9_BRANCH
-> FIXED
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Target Milestone: --- → 0.9
Reporter | ||
Comment 4•17 years ago
|
||
Verified fixed using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.18pre) Gecko/2008091218 Sunbird/0.9.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•