Closed
Bug 107842
Opened 24 years ago
Closed 24 years ago
missing menu items in the message pane context menu
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ssu0262, Assigned: bugs)
Details
(Keywords: regression)
Attachments
(1 file)
|
5.53 KB,
patch
|
bugzilla
:
review+
sspitzer
:
superreview+
|
Details | Diff | Splinter Review |
1) open up mailnews and selecte a message
2) right mouse click on the message pane (in an empty area)
The popup menu is missing several menu items, such as Move To, Copy To, Reply,
Reply All, etc...
This is a regression.
Keywords: nsbeta1,
regression
I think this is tied up with context menu changes Ben has made recently.
Reassigning to Ben. Please reassign if it is not the case.
Assignee: racham → ben
| Assignee | ||
Comment 2•24 years ago
|
||
I'll have get a patch in a couple of hours...
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•24 years ago
|
||
| Assignee | ||
Comment 4•24 years ago
|
||
This patch replaces some of the code in mailContextMenus.js:
instead of determining whether or not separators should be shown or not based
on the presence of specific menu items, the code now shows the separator only
if there are menuitems to be separated. This is a slightly 'safer' approach if
you consider that other components (like editor) are overlaying menuitems in
that aren't part of the blessed list of items that trigger a separator.
A generic 'ShowSeparator' function is added for this purpose, and the
individual separator showing functions are removed.
Comment 5•24 years ago
|
||
Comment on attachment 56395 [details] [diff] [review]
fix.
r=blake
Attachment #56395 -
Flags: review+
Comment 6•24 years ago
|
||
Comment on attachment 56395 [details] [diff] [review]
fix.
sr=sspitzer
please test well, don't forget the stand alone msg window.
Attachment #56395 -
Flags: superreview+
| Assignee | ||
Comment 7•24 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
I verified on Win2K and Mac OSX. Later on Linux - there is network issue.
Question: what is the expectation of getting the same message copied couple
times? There is only one copy of the message in any folder - we don't create
another one. This is the rule?!
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•