Closed
Bug 154518
Opened 23 years ago
Closed 23 years ago
Uncaught exceptionwhen opening mail composer
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 145568
People
(Reporter: andre.bugs2, Assigned: sspitzer)
Details
[Build-ID: 2002-06-25-03 from the 1.0 branch]
I have been seeing this exception clutter up my JavaScript console for quiet
some time now. Each time I open the mail composer I get four of these exceptions
the JavaScript console:
Error: uncaught exception: [Exception... "Component returned failure code:
0x80004001 (NS_ERROR_NOT_IMPLEMENTED)
[nsIEditorShell.GetSelectedOrParentTableElement]" nsresult: "0x80004001
(NS_ERROR_NOT_IMPLEMENTED)" location: "JS frame ::
chrome://editor/content/editor.js :: goUpdateTableMenuItems :: line 2463" data: no]
It makes the JavaScript much less useful since this takes up so much space. I am
running a self-built mozilla with -O2 optimizations.
In case my build options are related I include them below:
# Options for client.mk.
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-@CONFIG_GUESS@
# Options for 'configure' (same as command-line options).
ac_add_options --disable-ldap
ac_add_options --disable-freetype2
ac_add_options --disable-xprint
ac_add_options --enable-crypto
ac_add_options --disable-jsd
ac_add_options --disable-bidi
ac_add_options --disable-accessibility
ac_add_options --disable-installer
ac_add_options --enable-extensions=default,-irc,-venkman,-inspector
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --enable-optimize=-O2
ac_add_options --disable-dtd-debug
ac_add_options --disable-logging
ac_add_options --enable-strip
Comment 1•23 years ago
|
||
looks like the main problem from bug 145568...
marking dupe
*** This bug has been marked as a duplicate of 145568 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
verified dup
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•