Closed
Bug 126777
Opened 23 years ago
Closed 23 years ago
Javascript errors appear constantly
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 112908
People
(Reporter: brant, Assigned: asa)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.8+)
Gecko/20020217
BuildID: 2002021708
Error messages appear constantly in the JavaScript console about Mozilla's
built-in Javascript.
Reproducible: Didn't try
Steps to Reproduce:
Actual Results: The following error messages:
Error: redeclaration of const hide
Source File: chrome://wallet/content/walletOverlay.js
Line: 1
Error: popup has no properties
Source File: chrome://messenger/content/mailNavigatorOverlay.xul
Line: 78
Error: popup has no properties
Source File: chrome://editor/content/editorApplicationOverlay.js
Line: 55
Error: sidebarObj.panels has no properties
Source File: chrome://communicator/content/sidebar/sidebarOverlay.js
Line: 1189
Expected Results: These errors should be fixed. Possible for error such as
these a Talkback report is automatically created.
The redeclaration of const hide is the most occuring error message.
Comment 1•23 years ago
|
||
redeclaration of const hide, chrome://wallet/content/walletOverlay.js -> bug 112908
sidebarObj.panels has no properties,
chrome://communicator/content/sidebar/sidebarOverlay.js -> bug 78484
popup has no properties, chrome://editor/content/editorApplicationOverlay.js &
chrome://messenger/content/mailNavigatorOverlay.xul -> bug 108745
randomly marking dup of first one
*** This bug has been marked as a duplicate of 112908 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•