Closed Bug 746751 Opened 12 years ago Closed 12 years ago

Download panel icon doesn't appear

Categories

(Firefox :: Downloads Panel, defect)

x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: mossop, Unassigned)

References

Details

The first time I started my new nightly the download panel icon appeared after a few seconds. Clicking it hung my browser for a short time but eventually showed the panel with all my recent downloads.

After a restart the icon just doesn't show up in my toolbar at all. Clicking downloads in the firefox menu makes the icon appear and the panel show, but it's empty aside from the link to see all my downloads in the history manager.
Component: General → Downloads Panel
QA Contact: general → downloads.panel
Something permanently applies [collapsed="true"] attribute.
This attribute causes the style from firefox/omni.ja!/chrome/toolkit/content/global/xul.css (Line 35) to work out:

/* hide the content, but don't destroy the frames */
[collapsed="true"], 
[moz-collapsed="true"] {
  visibility: collapse;
}

So as a temporary fix you may apply this style:
#downloads-button { visibility: visible !important; }
But this is a temporary fix, we need to understand why this attribute gets set to fix this issue completely.
Depends on: 748381
this bug refers to the old behavior, so it's invalid as of now.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.