Closed
Bug 335183
Opened 19 years ago
Closed 19 years ago
Sunbird's view controller doesn't handle recurring events properly
Categories
(Calendar :: Sunbird Only, defect)
Calendar
Sunbird Only
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jminta, Assigned: jminta)
References
Details
Attachments
(1 file)
1.55 KB,
patch
|
mvl
:
first-review+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•19 years ago
|
||
Adds extra case. Corrects errors when modifying an instance and then choosing 'All occurrences'.
Comment 2•19 years ago
|
||
Comment on attachment 219923 [details] [diff] [review]
add extra check
>Index: calendar/resources/content/calendarWindow.js
>+ aNewStartTime.addDuration(startDiff);
In general, assigning to aFoo isn't nice. At first, i thought the if-block didn't do anything, bacause you still use aNewStartTime after.
r=mvl with some variable juggling, so that you don't assign to aFoo.
Attachment #219923 -
Flags: first-review?(mvl) → first-review+
Comment 3•19 years ago
|
||
Took the liberty of checking in this patch.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•