Closed
Bug 67540
Opened 24 years ago
Closed 24 years ago
Go should be removed form single mail window
Categories
(SeaMonkey :: MailNews: Message Display, defect)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: bugzilla, Assigned: sspitzer)
Details
(Keywords: polish)
If you double click on a mail and the single mail window is displayed the Go
menuitem should be removed from the single mail window.
Reason: if you press it there is no way to get back to the mail withot closing
the window.
mozilla build 2001020204
Updated•24 years ago
|
Comment 1•24 years ago
|
||
Here's a patch. Someone else will have to ask for review.
Index: messageWindow.js
===================================================================
RCS file: /cvsroot/mozilla/mailnews/base/resources/content/messageWindow.js,v
retrieving revision 1.37
diff -u -r1.37 messageWindow.js
--- messageWindow.js 2001/07/02 22:03:07 1.37
+++ messageWindow.js 2001/07/09 16:33:59
@@ -263,6 +263,10 @@
if(viewThreadedMenu)
viewThreadedMenu.setAttribute("hidden", "true");
+ var goMenu = document.getElementById('goMenu');
+ if(goMenu)
+ goMenu.setAttribute("hidden", "true");
+
var emptryTrashMenu = document.getElementById('menu_emptyTrash');
if(emptryTrashMenu)
emptryTrashMenu.setAttribute("hidden", "true");
Comment 2•24 years ago
|
||
I don't think the Go menu should be removed. It works fine here.
I think this is a dup, being discussed in that bug that mpt, gerv, german,
jglick and blake are on.
QA Contact: esther → nbaca
Assignee | ||
Comment 4•24 years ago
|
||
we've decided that go (and search) are staying in the mailnews ui.
under the go menu are several useful and functional menu items for message
navigation.
next, next unread, etc.
since we're following the UI specs (http://www.mozilla.org/mailnews/specs), this
is invalid.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•