Closed
Bug 241490
Opened 22 years ago
Closed 22 years ago
Calendar build 2004-04-08 w/ Mozilla 1.7rc1 does not fire alarms
Categories
(Calendar :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: larrycook, Assigned: mostafah)
References
Details
(Keywords: fixed1.7)
Attachments
(1 file)
|
708 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.7b) Gecko/20040421
Build Identifier: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.7b) Gecko/20040421
I installed Mozilla 1.7rc1 and then installed Calendar build 2004-04-08.
Existing, as well as new, events do not fire alarms. Or at least I don't get
any dialog popup like I had been getting with 1.7b and whatever build of
Calendar was available at that time.
Reproducible: Always
Steps to Reproduce:
1. Install 1.7rc1
2. Install Calendar build 2004-04-08
3. Create an event and check "Alarm"
Actual Results:
When the alarm time has arrived, no notification occurs.
Expected Results:
Expected an alarm notification dialog to popup.
| Reporter | ||
Comment 1•22 years ago
|
||
*** Bug 241491 has been marked as a duplicate of this bug. ***
Comment 2•22 years ago
|
||
It works for me with :
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040421
Could somebody else confirm this bug ?
| Reporter | ||
Comment 3•22 years ago
|
||
Thanks to Eric Belhaire's suggestion, I started the JavaScript Console and saw
the following error:
Error: invalid 'in' operand
Source File: chrome://calendar/content/calendar.js
Line: 211
Line 211 is:
if( ("arguments" in window) && ("channel" in window.arguments[0]) )
I unzipped calendar.jar, commented out this if statement, and rezipped
calendar.jar. Now alarms are working.
And ideas on why I would be getting this JavaScript error and not others?
I'm running on NT4.0, while Eric is using NT5.1 and not seeing the problem.
Could it be an NT4.0 specific problem?
| Assignee | ||
Comment 4•22 years ago
|
||
This has been fixed :
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&file=calendar.js&branch=&root=/cvsroot&subdir=mozilla/calendar/resources/content&command=DIFF_FRAMESET&rev1=1.122&rev2=1.123
but the fix will be available in a newer xpi build.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 5•22 years ago
|
||
Mostafa, thanks for the pointer to the fix. I have made the same change to my
calendar.js and it works! I appreciate your quick response.
Comment 6•22 years ago
|
||
Comment 7•19 years ago
|
||
The bugspam monkeys have been set free and are feeding on Calendar :: General. Be afraid for your sanity!
QA Contact: gurganbl → general
You need to log in
before you can comment on or make changes to this bug.
Description
•