Closed
Bug 79827
Opened 24 years ago
Closed 24 years ago
javascript error in messengercompose.xul
Categories
(MailNews Core :: Composition, defect, P4)
MailNews Core
Composition
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: hwaara)
Details
Attachments
(1 file)
just got this in my console:
JavaScript error:
line 0: EditorInitEditMenu is not defined
/mailnews/compose/resources/content/messengercompose.xul, line 266 -- <menupopup
oncreate="EditorInitEditMenu()">
build 20010509
Assignee | ||
Comment 2•24 years ago
|
||
Taking. I eventually saw this too. Fix coming up, varada please review.
Assignee: varada → hwaara
Assignee | ||
Comment 3•24 years ago
|
||
The code in editor.js was changed just yesterday and I dont think the solution
is to get rid of the function. I saw that it was replaced by the InitPastAsMenu.
cmanske is probably the right person to ask if this is the function that should
be used now or if we can just get rid of the existing one with no consequences.
Assignee | ||
Comment 5•24 years ago
|
||
Cmanske,
Varada thinks you are the person to ask about the deal with removing
"EditorInitEditMenu()" but not all of its callers (like, messengercompose.xul).
Is it renamed or removed or what?
Assignee | ||
Updated•24 years ago
|
Priority: -- → P4
Comment 6•24 years ago
|
||
My bad. Sorry! r=cmanske on fix. We don't need it since it didn't do anything!
Comment 7•24 years ago
|
||
sr=bienvenu
Assignee | ||
Comment 8•24 years ago
|
||
fix checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Verified with a debug build (pulled at noon today; 5-14-2001).
user_pref("javascript.options.strict", true); // enables strict javascript
warnings didn't show this warning when using HTML msg compose (which uses editor).
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•