Closed
Bug 189143
Opened 22 years ago
Closed 22 years ago
Setting Alarm sound/alert box preferences not working
Categories
(Calendar :: Preferences, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: the_bio_man, Assigned: mikeypotter)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030112
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030112
It appears that the Calendar preferences for alarms are not actually being set.
If you go into the calendar preferences and choose to have an alarm sound and
an alart box displayed, the preferences are not being saved. As a result alarms
are not occuring.
Reproducible: Always
Steps to Reproduce:
1.Go to Edit - Preferences
2.Go to Calendar
3. Go the the Alarm branch
4. Check the boxes for "Play a Sound" and/or "Show an alarm box"
5. Click "ok"
Actual Results:
If you go back and check the preferences "Play a Sound" and "Show an alarm box"
are NOT checked. Event alarms do not play.
Expected Results:
If you go back and check the preferences the two boxed should be checked and
scheduled event alarms should sound/display.
Sorry, it looks like my Calendar build wasn't included. I'm using "Mozilla
Calendar 2003011316-cal"
I am experiencing exact same problem. In addition to that, the field "Default
address to send alarms to" won't be saved if an email address is provided.
Here is a work around for this bug. Edit your prefs.js file and change the
following lines:
user_pref("calendar.alarms.emailaddress", "");
user_pref("calendar.alarms.playsound", false);
user_pref("calendar.alarms.show", false);
in my file these were lines 19, 20, and 21. Under windows XP this file is
located here C:\Documents and Settings\Username\Application
Data\Mozilla\Profiles\Default\z70z31fc.slt\prefs.js
If you manually edit the prefs.js file so that the lines read
user_pref("calendar.alarms.emailaddress", "you@domain.com");
user_pref("calendar.alarms.playsound", true);
user_pref("calendar.alarms.show", true);
alarm noticifations will work again.
Hope this helps those who are trying to move to Mozilla Calendar.
Comment 4•22 years ago
|
||
I am seeing this as well, marking as NEW. (Linux for me, so OS->ALL)
calendar 2003011316-cal
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
| Assignee | ||
Comment 6•22 years ago
|
||
Never mind, simple fix.
Its in CVS now, I'll make a new build this afternoon.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
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
Updated•18 years ago
|
Component: General → Preferences
QA Contact: general → preferences
You need to log in
before you can comment on or make changes to this bug.
Description
•