Closed
Bug 271992
Opened 20 years ago
Closed 20 years ago
JS error while opening Help Viewer
Categories
(SeaMonkey :: Help Documentation, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: stefanh, Assigned: neil)
References
()
Details
Mozilla 2004112304 Mac OS 10.3.6
Every time I open the Help Viewer I get a JS error in the console:
"Error: redeclaration of const MOZILLA_CONTENT_PACK
Source File: chrome://help/content/contextHelp.js
Line: 40"
Reporter | ||
Comment 1•20 years ago
|
||
Hmm... it appears that changing profile makes the error disappear.
Assignee | ||
Comment 2•20 years ago
|
||
This error can only be caused by including contextHelp.js, either directly or
via helpMenuOverlay.xul; if the window with the problem has a JS console
menuitem you can evaluate top.opener.document.getElementsByAttribute("src",
"chrome://help/content/contextHelp.js").length (which should be 1).
Actually finding the rogue script inclusion is of course much harder :-(
Reporter | ||
Comment 3•20 years ago
|
||
I haven't seen the js error for some time now, so I'm marking this wfm.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•