Closed
Bug 371806
Opened 19 years ago
Closed 19 years ago
[proto] It's not possible to create recurring event and/or task
Categories
(Calendar :: General, defect)
Calendar
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: omar.bajraszewski, Assigned: michael.buettner)
References
Details
(Keywords: regression)
Attachments
(2 files)
|
4.15 KB,
patch
|
Details | Diff | Splinter Review | |
|
2.29 KB,
patch
|
michael.buettner
:
first-review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2
Build Identifier:
It's impossible to create a repeating event/task
Reproducible: Always
Steps to Reproduce:
1.Start new profile and install lightning-wcap.xpi (26/02/07)
2.Try to create an event repeating weekly
Actual Results:
It's impossible
Comment 1•19 years ago
|
||
Is there an error message? What is the regression range?
I think it might be the same issue as in Bug 370425 but with a failure in the proto dialog.
| Reporter | ||
Comment 2•19 years ago
|
||
Works with 21/02/2007 (mozilla 1.8)
Fails with 22/02/2007 (mozilla 1.8)
I can't see any errors
| Assignee | ||
Comment 3•19 years ago
|
||
Error: calRecurrenceRule is not defined
Source File: chrome://calendar/content/sun-calendar-event-dialog-recurrence.xml
Line: 467
This is indeed the same issue as with bug 370425, taking this one.
Assignee: nobody → michael.buettner
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Updated•19 years ago
|
Assignee: michael.buettner → nobody
Component: Provider: WCAP → General
QA Contact: wcap-provider → general
| Assignee | ||
Updated•19 years ago
|
Assignee: nobody → michael.buettner
Comment 4•19 years ago
|
||
Retest: Still exists in wcap enabled Lightning/0.5pre (2007030404) after checkin for Bug 370425.
Error: calRecurrenceRule is not defined
Source File: chrome://calendar/content/sun-calendar-event-dialog.js
Line: 2055
| Assignee | ||
Comment 5•19 years ago
|
||
(In reply to comment #4)
> Retest: Still exists in wcap enabled Lightning/0.5pre (2007030404) after
> checkin for Bug 370425.
sorry, i didn't make myself clear with the statement in comment #3. i was referring to the fact that this again this is a regression from bug #366560. specifically, the prototype event dialog also uses 'calIRecurrenceRule' which now should be 'Ci.calIRecurrenceRule'.
| Assignee | ||
Comment 6•19 years ago
|
||
this patch addresses the necessary modification in order to resolve the conflicts introduced from bug #366560.
| Assignee | ||
Comment 7•19 years ago
|
||
Checked in on trunk and MOZILLA_1_8_BRANCH
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 8•19 years ago
|
||
Is the patch available for today build (2007030803)? I can't still create repeating event.
Comment 9•19 years ago
|
||
Failure confirmed with Lightning/0.5pre (200703080309) when using on of the default rules. Creating repeating event via custom rule is possible.
Error: calRecurrenceRule is not defined
Source File: chrome://calendar/content/sun-calendar-event-dialog.js
Line: 2055
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 10•19 years ago
|
||
Use createRecurrenceRule() helper method from Bug 370425.
Attachment #258471 -
Flags: first-review?(michael.buettner)
Updated•19 years ago
|
| Assignee | ||
Comment 11•19 years ago
|
||
Comment on attachment 258471 [details] [diff] [review]
rev0 - fix event dialog too
Thanks a lot for the patch, Stefan.
Attachment #258471 -
Flags: first-review?(michael.buettner) → first-review+
Comment 12•19 years ago
|
||
Patch checked in on MOZILLA_1_8_BRANCH and trunk.
-> FIXED
Status: REOPENED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•