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)
Tracking
()
RESOLVED
FIXED
People
(Reporter: whimboo, Assigned: steffen.wilberg)
References
Details
(Keywords: fixed-aviary1.0, regression)
Attachments
(1 file)
744 bytes,
patch
|
Details | Diff | Splinter Review |
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)
Reporter | ||
Comment 2•21 years ago
|
||
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.
Assignee | ||
Comment 3•21 years ago
|
||
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
Assignee | ||
Updated•21 years ago
|
Attachment #153076 -
Flags: review?(firefox)
Assignee | ||
Updated•21 years ago
|
Keywords: regression
(In reply to comment #3)
> I hope you don't mind, Pike?
Not at all :-)
Updated•20 years ago
|
Flags: blocking-aviary1.0RC1?
Flags: blocking-aviary1.0?
Comment 5•20 years ago
|
||
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+
Assignee | ||
Comment 6•20 years ago
|
||
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
Assignee | ||
Updated•20 years ago
|
Attachment #153076 -
Flags: review?(firefox)
Comment 7•20 years ago
|
||
*** Bug 252969 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Keywords: fixed-aviary1.0
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•