Closed
Bug 223611
Opened 22 years ago
Closed 22 years ago
Bookmarks toolbar is blank when opening new window
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: ali, Assigned: p_ch)
References
Details
(Keywords: regression)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6a) Gecko/20031024 Firebird/0.7+ (aebrahim)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6a) Gecko/20031024 Firebird/0.7+ (aebrahim)
Bookmarks toolbar is empty when opening a new window. In the initial open window
it displays correctly, but in all new windows, it is empty.
Reproducible: Always
Steps to Reproduce:
1. Press Ctrl-N to open a new window.
2.
3.
Actual Results:
The Bookmarks toolbar is empty.
Expected Results:
The Bookmarks toolbar should have all the bookmarks in the BTF.
Reporter | ||
Comment 1•22 years ago
|
||
Moving to Bookmarks as per mconnor's request.
Component: Toolbars → Bookmarks
Comment 2•22 years ago
|
||
I also see this bug.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6a) Gecko/20031024
Firebird/0.7+
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•22 years ago
|
||
Confirmed on Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6a)
Gecko/20031024 Firebird/0.7+
it breaks in bookmarks.js, in if (window.opener) stuff (which is why it's fine
on the first window, but breaks after than point).
On open:
Error: openSidebarBox is not defined
Source File: chrome://browser/content/browser.js
Line: 209
On close you'll also see:
Error: uncaught exception: [Exception... "Component returned failure code:
0x80004005 (NS_ERROR_FAILURE) [nsIObserverService.removeObserver]" nsresult:
"0x80004005 (NS_ERROR_FAILURE)" location: "JS frame ::
chrome://browser/content/browser.js :: Shutdown :: line 446" data: no]
this is stemming from delayedStartup not firing and setting the observer its
supposed to set.
Assignee | ||
Comment 4•22 years ago
|
||
that's due to a typo from ben's last checkin (openSidebarBox instead of
openerSidebarBox)
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 5•22 years ago
|
||
*** Bug 223712 has been marked as a duplicate of this bug. ***
*** Bug 226139 has been marked as a duplicate of this bug. ***
Comment 8•19 years ago
|
||
sorry for bugspam, long-overdue mass reassign of ancient QA contact bugs, filter on "beltznerLovesGoats" to get rid of this mass change
QA Contact: mconnor → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•