Closed
Bug 297751
Opened 19 years ago
Closed 19 years ago
Empty update button on the menubar (next to throbber)
Categories
(Firefox :: Toolbars and Customization, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: email, Assigned: bugs)
References
Details
(Keywords: regression)
Attachments
(1 file)
17.23 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050614 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050614 Firefox/1.0+
Because I like to save space, I dragged everything from the Navigation Toolbar
to the Menubar. But while I did that, I noticed there was an empty button
wasting my space.
Reproducible: Always
Reporter | ||
Comment 1•19 years ago
|
||
Added a screenshot.
Comment 2•19 years ago
|
||
Seing this as well, confirming
Updated•19 years ago
|
Summary: Empty button on the Menubar → Empty update button on the Menubar
Updated•19 years ago
|
Flags: blocking-aviary1.1?
Comment 3•19 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050628
Firefox/1.0+ ID:2005062811
I haven't seen this anymore in the past few days
Comment 5•19 years ago
|
||
Yup, using the latest pacifica build 20050628, I can see this. In my case, the
button appears directly beside the throbber, but that's just due to the way I
dragged them up to the menubar. Either way, this is definitely still there.
Comment 6•19 years ago
|
||
(In reply to comment #5)
> Yup, using the latest pacifica build 20050628, I can see this. In my case, the
> button appears directly beside the throbber, but that's just due to the way I
> dragged them up to the menubar. Either way, this is definitely still there.
Same here.
I also dragged the button the the most right of the bar.
Strangely enough, allthough I can grab and drag the button , it will stick to
it's current position.
Updated•19 years ago
|
Assignee: nobody → bugs
Comment 7•19 years ago
|
||
Affects Linux builds as well.
Comment 8•19 years ago
|
||
here's the userchrome to get rid of it/temp. fix from
http://forums.mozillazine.org/viewtopic.php?t=287481 (4th last post on page 4)
#softwareupdate {
display: none !important;
}
Comment 9•19 years ago
|
||
(In reply to comment #8)
> #softwareupdate {
> display: none !important;
> }
forget that, i couldn't get that to work
Comment 10•19 years ago
|
||
I can confirm too - July 10th trunk, WinXP Pro SP2.
Comment 11•19 years ago
|
||
not a release blocker, may be fixed in the remaining update UI cleanup.
Severity: normal → trivial
Flags: blocking-aviary1.1? → blocking-aviary1.1-
Comment 12•19 years ago
|
||
Confirmed - empty button on the top right left from activity indicator.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b3) Gecko/20050711
Firefox/1.0+ ID:2005071106, new profile.
Comment 13•19 years ago
|
||
I've tried this code it works for me:
#toolbar-menubar > #softwareupdate-item {display: none !important; }
Comment 14•19 years ago
|
||
(In reply to comment #13)
> I've tried this code it works for me:
>
> #toolbar-menubar > #softwareupdate-item {display: none !important; }
>
Note that this will stop the update icon showing even when there are updates.
(i.e. fine for personal use, but not a fix.)
Comment 15•19 years ago
|
||
(In reply to comment #13)
> I've tried this code it works for me:
>
> #toolbar-menubar > #softwareupdate-item {display: none !important; }
>
not for me :S
Comment 16•19 years ago
|
||
Let's move the discussion to MozillaZine Forums -
http://forums.mozillazine.org/viewtopic.php?t=292088
Comment 17•19 years ago
|
||
*** Bug 301128 has been marked as a duplicate of this bug. ***
Comment 18•19 years ago
|
||
*** Bug 301703 has been marked as a duplicate of this bug. ***
Comment 19•19 years ago
|
||
*** Bug 301759 has been marked as a duplicate of this bug. ***
Comment 20•19 years ago
|
||
Fixed by the checkin for bug #296566
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
Updated•19 years ago
|
Summary: Empty update button on the Menubar → Empty update button on the menubar (next to throbber)
Version: unspecified → Trunk
Comment 21•19 years ago
|
||
*** Bug 303761 has been marked as a duplicate of this bug. ***
Comment 22•19 years ago
|
||
*** Bug 305414 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•