Closed
Bug 120851
Opened 24 years ago
Closed 24 years ago
Multiple browser-level errors reported in JS console
Categories
(Core Graveyard :: Error Console, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 112908
People
(Reporter: bbhagan, Assigned: hewitt)
Details
Using the JS console to debug page JavaScript I get *lots* of these following
errors:
Error: popup has no properties
Source File: chrome://messenger/content/mailNavigatorOverlay.xul
Line: 78
-- Happens whenever I do a "View Page Source"
Deprecated method document.getSelection() called. Please use
window.getSelection() instead.
-- Happens whenever I do a control+click to get the contextual menu
Error: redeclaration of const hide
Source File: chrome://wallet/content/walletOverlay.js
Line: 1
-- Cannot link error to a specific action.
This really impeads my ability to use the JS console to debug my page's JS. I
view source, reload, etc. a lot!
![]() |
||
Comment 1•24 years ago
|
||
the first error/warning is bug 108745
the second error/warning is bug 116523
the third error/warning is bug 112908
*** This bug has been marked as a duplicate of 112908 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•