Closed
Bug 45950
Opened 24 years ago
Closed 24 years ago
We need the ability to toggle the Status Bar.
Categories
(SeaMonkey :: UI Design, defect, P3)
SeaMonkey
UI Design
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: exotrip, Assigned: timeless)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
(deleted),
text/xul
|
Details | |
(deleted),
patch
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; m17) Gecko/20000719
BuildID: 2000071910
How come you can't toggle the Status Bar? All the other bars (except the menu
bar) are toggable. Sometimes I'd really like to be able to get it out of my way.
All you would need to do is add a few lines of code to navigatorOverlay.xul:
<broadcaster id="cmd_viewstatus-bar" type="checkbox"
oncommand="goToggleToolbar('status-bar','cmd_viewstatus-bar');" checked="true"/>
<menuitem value="&status-bar;" observes="cmd_viewstatus-bar" />
This would make the Status Bar toggable.
I'll add an attachment as soon as I go to the bathroom.
Reproducible: Always
Steps to Reproduce:
1. Add code.
2. Turn on Mozilla.
3. Toggle Status Bar.
Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
confirming.
Jeremy, lemme know if you need the CanConfirm priv switched on for you!
Reporter | ||
Comment 3•24 years ago
|
||
Sure, you can turn it on.
Comment 4•24 years ago
|
||
Note: control+ alt+s is the switch for this (in Netscape 3, my browser of
choice, at least).
Comment 5•24 years ago
|
||
Comment 6•24 years ago
|
||
Patch is up for review right? Adding review keyword. Bug 18768 is severity
Normal, upping this one to match.
Severity: enhancement → normal
Keywords: review
arg. this file rotted. in the future please use diff -u
Assignee: ben → timeless
Comment 9•24 years ago
|
||
timeless asked me to WONTFIX this so he could verif.
This should be done using userChrome.css for your personal copy.
The best way to offer a minimal chrome UI is to implement fullscreen correctly
rather than allowing the toggling of individual elements inside a chromed
window.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
Comment 12•24 years ago
|
||
*** Bug 75157 has been marked as a duplicate of this bug. ***
Comment 13•24 years ago
|
||
*** Bug 78983 has been marked as a duplicate of this bug. ***
Updated•24 years ago
|
Status: VERIFIED → REOPENED
Resolution: WONTFIX → ---
Comment 14•24 years ago
|
||
Reopening in light of bug 43797 (and 45950). This warrants more discussion now
that the taskbar and the statusbar will be merged, I guess.
Comment 15•24 years ago
|
||
Fixed since the removal of the taskbar.
View > Toolbars > Statusbar
2001050904 Win2k
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Comment 16•24 years ago
|
||
The menu text should be "Status Bar" not "Statusbar". New bug for that?
Comment 17•23 years ago
|
||
Since CTRL+ALT+S was nixed per
http://www.mozilla.org/projects/ui/accessibility/mozkeyintro.html can we have
something else besides just a menu option?
Comment 18•23 years ago
|
||
see bug 86758 for an rfe to toggle the status bar.
unsure if/where there's a bug for changing Statusbar to Status Bar...i thought
it existed, but i couldn't find it...
so, this does look fixed since View > Show/Hide > Statusbar does exist.
Comment 19•23 years ago
|
||
feh, really verifying [2001.06.19.xx comm bits on linux, mac and winnt
--actually been there for some time].
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•