Closed
Bug 324345
Opened 20 years ago
Closed 20 years ago
Opening the customize toolbar pallet creates 'Error: gBrowser is not defined' in javascript console
Categories
(Firefox :: Toolbars and Customization, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 313359
People
(Reporter: u88484, Unassigned)
Details
Customize the toolbar to remove then add the go button, check the javascript console and you get
Error: gBrowser is not defined
Source File: chrome://reporter/content/reporterOverlay.js
Line: 74
Reproduceable by removing any button like the home, refresh, go, etc.
Comment 2•20 years ago
|
||
Just opening the toolbar customise dialog shows this error for me, no need to add or remove anything.
Summary: Removing then Adding the 'Go' button creates error in javascript console → Opening the customize toolbar pallet creates 'Error: gBrowser is not defined' in javascript console
Confirmed, damn I wish javascript console could stay ontop. I need to get that extension that keeps the javascript console in bottom of screen like a sidebar.
CC'ing Robert Accentura since reporter is his baby and gavin since he patched the last instance of this.
Comment 5•20 years ago
|
||
gavin:
I haven't really looked at this, but if this is still an issue what do you think about:
try
{
gBrowser.addProgressListener(reporterListener);
}
catch(ex){}
Comment 6•20 years ago
|
||
Which build are you using? Bug 313359 wasn't fixed on the branch.
Comment 7•20 years ago
|
||
Trunk
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060122 Firefox/1.6a1
Comment 9•20 years ago
|
||
*** This bug has been marked as a duplicate of 313359 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•