Closed
Bug 292604
Opened 20 years ago
Closed 20 years ago
JS error in chrome://browser/content/browser.js
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
VERIFIED
DUPLICATE
of bug 294815
People
(Reporter: andrzejk, Unassigned)
Details
Attachments
(1 obsolete file)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050502 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050502 Firefox/1.0+
Following line
http://lxr.mozilla.org/mozilla/source/browser/base/content/browser.js#3361 seems
to be exact copy of line 3356, although it probably should look as follows:
this.securityButton.removeAttribute("tooltiptext");
This error prevents my own build of Firefox from launching properly - it always
stops without bookmarks, personal toolbar and tabs, but with following error in
JS console:
Error: securityUI has no properties
Source File: chrome://browser/content/browser.js
Line: 3147
(line 3147 is the one pointed with link above)
Athough it works fine with official builds (error occurs only in my own builds,
in conjunction with TabMix extension I suppose) the error in browser.js in
obvious IMO.
Reproducible: Always
Steps to Reproduce:
Reporter | ||
Comment 1•20 years ago
|
||
this patch fixes the problem
Comment 2•20 years ago
|
||
(In reply to comment #1)
The patch seems reasonable.
->NEW
Reporter:
You need someone to review your patch.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 2000 → All
Hardware: PC → All
Reporter | ||
Updated•20 years ago
|
Attachment #182392 -
Flags: review?(mconnor)
Comment 3•20 years ago
|
||
Comment on attachment 182392 [details] [diff] [review]
proposed patch
This code has just been changed by bug 294815. Please provide a new patch if
necessary.
Attachment #182392 -
Attachment is obsolete: true
Attachment #182392 -
Flags: review?(mconnor)
Reporter | ||
Comment 4•20 years ago
|
||
New patch is not necessary - bug 294815 solved this problem, so I think this bug
can be resolved.
Comment 5•20 years ago
|
||
*** This bug has been marked as a duplicate of 294815 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•