Closed
Bug 673741
Opened 14 years ago
Closed 14 years ago
Snoozing one alarm on an item with multiple alarms causes other alarms to fire early
Categories
(Calendar :: Alarms, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.0
People
(Reporter: mmecca, Assigned: mmecca)
Details
Attachments
(1 file)
|
821 bytes,
patch
|
Fallen
:
review+
|
Details | Diff | Splinter Review |
STR:
1) Create an event and set several alarms before the start time
2) Wait for the first alarm to fire, snooze it for 1 minute
Results:
One minute later the other alarms for the event fire at once.
This can be compounded if the preference to show missed alarms is not set, and the first snoozed alarm is missed, which causes the other future alarms not to fire at all.
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → matthew.mecca
| Assignee | ||
Updated•14 years ago
|
Status: NEW → ASSIGNED
OS: Linux → All
| Assignee | ||
Comment 1•14 years ago
|
||
Adds a check to use the snooze date only if it is later than the original alarm date. Since we can't snooze an alarm backwards, an earlier snooze date must be from an earlier alarm, and shouldn't affect future alarms.
Attachment #550493 -
Flags: review?(philipp)
Comment 2•14 years ago
|
||
Comment on attachment 550493 [details] [diff] [review]
Fix v1
Looks reasonable. Feel free to push to central/aurora/beta. r=philipp
Attachment #550493 -
Flags: review?(philipp) → review+
Comment 3•14 years ago
|
||
Matthew, do you need assistance for checkin?
| Assignee | ||
Comment 4•14 years ago
|
||
(In reply to Stefan Sitter from comment #3)
> Matthew, do you need assistance for checkin?
I'm just waiting on my repository account setup, but if someone else wants to check this in in the mean time that's fine.
Target Milestone: --- → 1.0b7
| Assignee | ||
Comment 5•14 years ago
|
||
Pushed to comm-central - http://hg.mozilla.org/comm-central/rev/19d0c31327d1
| Assignee | ||
Comment 6•14 years ago
|
||
Pushed to comm-aurora - http://hg.mozilla.org/releases/comm-aurora/rev/b59fbda1674f
| Assignee | ||
Comment 7•14 years ago
|
||
If there are no objections, I don't think we should take this on comm-beta this close to release.
Target Milestone: 1.0b7 → 1.0b8
| Assignee | ||
Updated•14 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 8•14 years ago
|
||
(In reply to Matthew Mecca [:mmecca] from comment #7)
> If there are no objections, I don't think we should take this on comm-beta
> this close to release.
Totally fine, no objections from me :) Congrats on your first checkin(s)!
You need to log in
before you can comment on or make changes to this bug.
Description
•