Closed
Bug 309794
Opened 19 years ago
Closed 19 years ago
Js error in bookmarks.js: this._feedMenuitem has no properties
Categories
(Firefox Graveyard :: RSS Discovery and Preview, defect)
Firefox Graveyard
RSS Discovery and Preview
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 309434
People
(Reporter: whimboo, Unassigned)
Details
When starting Firefox following javascript error appears:
Error: this._feedMenuitem has no properties
Source File: chrome://browser/content/browser.js
Line: 5747
Source:
updateFeeds: function() {
if (!this._feedButton)
this._feedButton = document.getElementById("feed-button");
if (!this._feedMenuitem)
this._feedMenuitem = document.getElementById("addLiveBookmarkMenuitem");
if (!this._feedMenupopup)
this._feedMenupopup = document.getElementById("addLiveBookmarkMenupopup");
var feeds = gBrowser.mCurrentBrowser.feeds;
if (!feeds || feeds.length == 0) {
this._feedButton.removeAttribute("feeds");
this._feedButton.setAttribute("tooltiptext",
gNavigatorBundle.getString("feedNoFeeds"));
>> this._feedMenuitem.setAttribute("disabled", "true");
this._feedMenupopup.setAttribute("collapsed", "true");
this._feedMenuitem.removeAttribute("collapsed");
} else {
Comment 1•19 years ago
|
||
So your build id must be between 2005092013 and 2005092116 (well, 2005092121, if
it actually starts up)? I'd say you're seeing bug 309434, a couple of days late.
Reporter | ||
Comment 2•19 years ago
|
||
*** This bug has been marked as a duplicate of 309434 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•