Closed
Bug 368308
Opened 19 years ago
Closed 19 years ago
Red text '<menuitem id="menu_HelpPopup_reportertoolmenu"' below statusbar, error console reports 'popupUrls has no properties' in navigator.js
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 365005
People
(Reporter: contact, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1
After upadting from SeaMonkey 1.0x german (seamonkey.at / mozilla.kairo.at) to the official SeaMonkey 1.1, a big red error text apepars in a panel below the statusbar, showing:
<menuitem id="menu_HelpPopup_reportertoolmenu"
----^
The error console reports the following issue:
Fehler: popupUrls has no properties
Quelldatei: chrome://navigator/content/navigator.js
Zeile: 2443
This is in the function 'createShowPopupsMenu(parent)' at the command:
var popupUrls = browser.selectedBrowser.popupUrls;
if (popupUrls.length == 0)
return false;
The displayed text is contained in
chrome/reporter.jar:content/reporter/reporterOverlay.xul (line 55)
Reproducible: Always
Steps to Reproduce:
1. Update from an older SeaMonkey 1.0x to SeaMonkey 1.1, german localisation each.
2. Start SeaMonkey.
Comment 1•19 years ago
|
||
See Workaround from Bug 367525:
First quit SeaMonkey. Now go to your profile folder and open the file
chrome\chrome.rdf in a text editor. Search for the string "<RDF:Description
RDF:about="urn:mozilla:package:reporter">" there. A line should follow which
looks like this: "<c:selectedLocale
RDF:resource="urn:mozilla:locale:en-US:reporter"/>". Replace the "en-US" there
with "ru-RU" and save that file. Launch SeaMonkey and the red text should be
gone. This bug is already fixed in future releases.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Version: unspecified → 1.0 Branch
Comment 2•19 years ago
|
||
in this case Replace the "en-US" there with "de-AT" and save that file.
You need to log in
before you can comment on or make changes to this bug.
Description
•