Closed
Bug 10127
Opened 26 years ago
Closed 26 years ago
JS error when opening compose window
Categories
(MailNews Core :: Composition, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: scottputterman, Assigned: bugzilla)
Details
When I open up the compose window I see the following javascript error.
JavaScript error: uncaught exception: Component returned failure code: 0x8000fff
f [nsIPref.GetBoolPref, {file: file:///D|/raptor/mozilla/dist/WIN32_D.OBJ/bin/ch
rome/messengercompose/content/default/messengercompose.xul, line: 30
I haven't look at this, but it's probably not a stopper and it's probably due to
the lack of having a default pref for some pref that is being read in.
| Reporter | ||
Updated•26 years ago
|
Summary: JS error when opening compose window
| Reporter | ||
Comment 1•26 years ago
|
||
Adding a summary
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 2•26 years ago
|
||
fixed.
this was my fault. this weekend I check in changes to update the compose window
title as the subject changed.
I tested when "mail.update_compose_title_as_you_type" was false, when
"mail.update_compose_title_as_you_type" was true, but not when it wasn't
defined.
I've added a default to mozilla/modules/libpref/src/init/mailnews.js and now the
problem is fixed.
sorry.
Win_nt 4.0 (1999-07-21-11 M9)
I do nt see the Java Script error message when I open Compose window any more.
However, when I see it crash. Please refer to bug# 10309,
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•