Closed
Bug 479695
Opened 16 years ago
Closed 16 years ago
Canceling Custom Reminder dialog trows error "customItem.reminders is undefined" in calendar-dialog-utils.js
Categories
(Calendar :: Alarms, defect)
Calendar
Alarms
Tracking
(Not tracked)
RESOLVED
FIXED
1.0b1
People
(Reporter: ssitter, Assigned: Fallen)
Details
Attachments
(1 file)
2.06 KB,
patch
|
ssitter
:
review+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20090222 Calendar/1.0pre (BuildID: 20090222073314)
Steps to Reproduce:
1. Start Sunbird with new profile
2. Open the new event or new task dialog
3. Choose "Reminder > Custom..." to open the Custom Reminder dialog
4. Press "Cancel" and check the Error Console
Actual Results:
Error: customItem.reminders is undefined
Source file: chrome://calendar/content/calendar-dialog-utils.js
Line: 572
Expected Results:
No error.
Assignee | ||
Comment 1•16 years ago
|
||
Reporter | ||
Comment 2•16 years ago
|
||
Comment on attachment 363582 [details] [diff] [review]
Fix - v1
r=ssitter
Attachment #363582 -
Flags: review?(ssitter) → review+
Assignee | ||
Comment 3•16 years ago
|
||
Pushed to comm-central <http://hg.mozilla.org/comm-central/rev/ee0f1e12d5d7>
-> FIXED
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.0
Assignee | ||
Updated•15 years ago
|
Target Milestone: 1.0 → 1.0b1
You need to log in
before you can comment on or make changes to this bug.
Description
•