Closed Bug 250645 Opened 21 years ago Closed 20 years ago

Click on 'get new extension/theme' opens a new window with empty personal toolbar

Categories

(Toolkit :: Add-ons Manager, defect)

1.7 Branch
x86
Windows 2000
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: whimboo, Assigned: steffen.wilberg)

References

Details

(Keywords: fixed-aviary1.0, regression)

Attachments

(1 file)

Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040709 Firefox/0.9.0+ Open the extension or theme manager and select 'get more extensions/themes'. A new window will be opened and contains an empty personal toolbar.
This was broken by the FastFind toolbar (http://snipurl.com/7pzq). Changing the following line in the Startup() function of browser.js: if (!openerFindBar.hidden) to something like this should fix it: if (openerFindBar && !openerFindBar.hidden)
Yes, this hack is working. When the fix will be checked in? The current version Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040713 Firefox/0.9.1+ just shows it.
Indeed, the extension/theme manager doesn't have a find bar... I hope you don't mind, Pike?
Assignee: bugs → steffen.wilberg
Status: NEW → ASSIGNED
Attachment #153076 - Flags: review?(firefox)
Keywords: regression
(In reply to comment #3) > I hope you don't mind, Pike? Not at all :-)
Flags: blocking-aviary1.0RC1?
Flags: blocking-aviary1.0?
Sorry 'bout that. Thanks for cleaning up after me. Can someone check this in?
Flags: blocking-aviary1.0RC1?
Flags: blocking-aviary1.0RC1+
Flags: blocking-aviary1.0?
Flags: blocking-aviary1.0+
Branch checkin 2004-07-17 02:21. Not needed on the trunk because it doesn't have the findbar yet.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Version: unspecified → 1.0 Branch
Attachment #153076 - Flags: review?(firefox)
*** Bug 252969 has been marked as a duplicate of this bug. ***
Keywords: fixed-aviary1.0
Product: Firefox → Toolkit
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: