Closed
Bug 54018
Opened 25 years ago
Closed 25 years ago
HTML Mail Compose Toolbar steals focus and fails to execute command
Categories
(MailNews Core :: Composition, defect, P3)
Tracking
(Not tracked)
People
(Reporter: kinmoz, Assigned: bugzilla)
Details
(Keywords: regression)
In my 09/25/00 Win32 Mozilla Debug build, pressing the Toolbar buttons in HTML
Mail Compose steals the focus away from the content area and prevents the button
from executing the command it should. For example, pressing the bullet list
button does nothing.
This is not happening in Composer. It might have something to do with the
warnings and errors I'm seeing when starting up a Mail compose window?
Here's the console output:
ComposeLoad from XUL
Compose: ComposeStartup
[preselectid=id2]
[format=0]
[type=0]
[nsIMsgIdentity: id2],[nsIMsgIdentity: id3],[nsIMsgIdentity: id1]
JavaScript strict warning:
chrome://messenger/content/messengercompose/MsgComposeCommands.js line 613: refe
rence to undefined property args.originalMsg
JavaScript strict warning:
chrome://messenger/content/messengercompose/MsgComposeCommands.js line 613: refe
rence to undefined property args.fieldsAddr
Created editorShell
editor initialized in HTML mode
WARNING: Replacing existing command -- cmd_printSetup, file y:\mozilla\rdf\conte
nt\src\nsControllerCommandManager.cpp, line 60
failed to get command manager number 3
failed to get command manager number 2
Registering commands
Have Find = true
Have SpellChecker = false
JavaScript strict warning:
chrome://editor/content/editor.js line 268: reference to undefined property colo
rs.TextColor
JavaScript strict warning:
chrome://editor/content/editor.js line 271: reference to undefined property colo
rs.BackgroundColor
JavaScript strict warning:
chrome://messenger/content/messengercompose/MsgComposeCommands.js line 657: refe
rence to undefined property args.body
JavaScript strict warning:
chrome://messenger/content/messengercompose/MsgComposeCommands.js line 673: refe
rence to undefined property args.to
JavaScript strict warning:
chrome://messenger/content/messengercompose/MsgComposeCommands.js line 675: refe
rence to undefined property args.cc
JavaScript strict warning:
chrome://messenger/content/messengercompose/MsgComposeCommands.js line 677: refe
rence to undefined property args.bcc
JavaScript strict warning:
chrome://messenger/content/messengercompose/MsgComposeCommands.js line 679: refe
rence to undefined property args.newsgroups
JavaScript strict warning:
chrome://messenger/content/messengercompose/MsgComposeCommands.js line 681: refe
rence to undefined property args.subject
JavaScript strict warning:
chrome://messenger/content/messengercompose/MsgComposeCommands.js line 683: refe
rence to undefined property args.attachment
JavaScript strict warning:
chrome://messenger/content/messengercompose/MsgComposeCommands.js line 685: refe
rence to undefined property args.newshost
args newshost = undefined
JavaScript strict warning:
chrome://messenger/content/messengercompose/MsgComposeCommands.js line 686: refe
rence to undefined property args.newshost
An error occurred updating the cmd_removeList command
An error occurred updating the cmd_removeList command
Enabling Quirk StyleSheet
An error occurred updating the cmd_removeList command
PrepareDocumentForEditing: Editor is editing about:blank
JavaScript strict warning:
chrome://messenger/content/messengercompose/addressingWidgetOverlay.js line 142:
reference to undefined property inputValue[0]
replacing child in comp fields 2 recips
Warning prev sibling is not in our list!!!JavaScript strict warning:
line 84: reference to undefined property me.noDirectMatch
set focus on the recipient
JavaScript strict warning:
line 79: reference to undefined property me.menuOpen
JavaScript strict warning:
line 84: reference to undefined property me.noDirectMatch
Nominating for dogfood and nsbeta3, marking as a regression.
*** This bug has been marked as a duplicate of 53730 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•