Closed
Bug 603850
Opened 15 years ago
Closed 15 years ago
Error: XULBrowserWindow is not defined or not a function
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
DUPLICATE
of bug 604093
People
(Reporter: trappmanrhett, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:2.0b8pre) Gecko/20101012 Firefox/4.0b8pre
Build Identifier: Mozilla/5.0 (Windows NT 6.0; rv:2.0b8pre) Gecko/20101012 Firefox/4.0b8pre
Error: XULBrowserWindow.setStatusText is not a function
Source File: chrome://browser/content/browser.js
Line: 7829
Error: XULWindowBrowser is not defined
Source File: chrome://browser/content/browser.js
Line: 7850
7829-> XULBrowserWindow.setStatusText(gNavigatorBundle.getString(statusString));
7850-> XULWindowBrowser.setStatusText("");
Reproducible: Sometimes
Steps to Reproduce:
1. This error occurs randomly.
This error may occur when a site tries to modify the "status bar" text.
Updated•15 years ago
|
Component: Build Config → General
Updated•15 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•