Closed Bug 292604 Opened 19 years ago Closed 19 years ago

JS error in chrome://browser/content/browser.js

Categories

(Firefox :: General, defect)

defect
Not set
normal

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:
Attached patch proposed patch (obsolete) — Splinter Review
this patch fixes the problem
(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
Attachment #182392 - Flags: review?(mconnor)
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)
New patch is not necessary - bug 294815 solved this problem, so I think this bug
can be resolved.

*** This bug has been marked as a duplicate of 294815 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: