Closed
Bug 81091
Opened 24 years ago
Closed 17 years ago
Go|Next|Starred Go|Previous|Starred (was Flagged) message shouldn't be grayed out (standalone message window)
Categories
(Thunderbird :: Mail Window Front End, defect)
Thunderbird
Mail Window Front End
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3
People
(Reporter: fenella, Assigned: mkmelin)
Details
Attachments
(2 files)
2.48 KB,
patch
|
philor
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
2.73 KB,
patch
|
Details | Diff | Splinter Review |
Linux (2001-05-15-05 trunk)
Win32 (2001-05-15-06 trunk)
Mac (2001-05-15-04 trunk)
Summary: In a separate winodw, Go|Next|Flagged message shouldn't be grayed out
Steps:
1. From the Inbox, double click on a message to open a separate thread window
2. From the Go menu, select Next or Previous.
Actual result: The Flagged Message submenu is grayed out.
Expected result: It should not gray out. It should work like Nova 4.7
This occurs on Linux and Win32.
On Mac, all the submenus in Go->Next or Previous got grayed out.
Updated•20 years ago
|
Product: Browser → Seamonkey
Updated•20 years ago
|
Assignee: sspitzer → mail
Comment 1•18 years ago
|
||
Applies to Go|Previous|Flagged as well as Go|Next|Flagged.
Problem exists in Thunderbird as well as the suite; I'll move it there under the assumption that the feature is more likely to be fixed there, especially given the recent revamping of "Flag" to "Star".
Assignee: mail → mscott
Component: MailNews: Main Mail Window → Mail Window Front End
Product: Mozilla Application Suite → Thunderbird
QA Contact: laurel → front-end
Summary: Go|Next|Flagged message shouldn't be grayed out → Go|...|Flagged (Starred) message shouldn't be grayed out (standalone message window)
Comment 2•17 years ago
|
||
heh, still evident version 3.0a1pre (2007112004)
Assignee: mscott → nobody
Severity: normal → minor
Summary: Go|...|Flagged (Starred) message shouldn't be grayed out (standalone message window) → Go|Next|Starred Go|Previous|Starred (was Flagged) message shouldn't be grayed out (standalone message window)
Assignee | ||
Comment 3•17 years ago
|
||
Works fine, only the enabling was missing... Fix for thunderbird and seamonkey.
Assignee: nobody → mkmelin+mozilla
Status: NEW → ASSIGNED
Attachment #304074 -
Flags: superreview?(neil)
Attachment #304074 -
Flags: review?(philringnalda)
Comment 4•17 years ago
|
||
Comment on attachment 304074 [details] [diff] [review]
proposed fix
r=me with that |return true;| below where you put cmd_previousFlaggedMsg removed - bug 339175 should have moved the finds up instead of making two separate cases for always-true, and bug 74959 putting forward/back in the find case is a nice demonstration of why it should have.
Attachment #304074 -
Flags: review?(philringnalda) → review+
Comment 5•17 years ago
|
||
Comment on attachment 304074 [details] [diff] [review]
proposed fix
Nit: for some reason in SeaMonkey we seem to put nextFlaggedMessage between nextUnreadMessage and nextUnreadThread...
Attachment #304074 -
Flags: superreview?(neil) → superreview+
Assignee | ||
Comment 6•17 years ago
|
||
Patch I will checkin. Adjusted the order for tb too.
Assignee | ||
Comment 7•17 years ago
|
||
Thanks for the quick reviews!
Checking in mail/base/content/messageWindow.js;
/cvsroot/mozilla/mail/base/content/messageWindow.js,v <-- messageWindow.js
new revision: 1.58; previous revision: 1.57
done
Checking in mailnews/base/resources/content/messageWindow.js;
/cvsroot/mozilla/mailnews/base/resources/content/messageWindow.js,v <-- messageWindow.js
new revision: 1.118; previous revision: 1.117
done
->FIXED
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 3
You need to log in
before you can comment on or make changes to this bug.
Description
•