Closed
Bug 13098
Opened 27 years ago
Closed 26 years ago
Attachments menu in envelope is broken
Categories
(MailNews Core :: MIME, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M11
People
(Reporter: phil, Assigned: rhp)
Details
(Whiteboard: [PR1])
I got a message which contains attachments. When I click on the attachments menu in the message envelope area, the button depresses, but I don't see the list of attachments, so I can't open or save them.
I think this needs to be fixed for PR1, so I added a note to the Status
Whiteboard.
| Reporter | ||
Comment 3•27 years ago
|
||
ducarroz says you can't build popup menus dynamically on windows. check with
xpfe.
XUL popup indeed is disabled as far as I can tell from the cvs log of
nsWebShellWindow.cpp. This will be a blocker for me to work on Open Attachments
and Save Attachments feature.
Comment 5•27 years ago
|
||
Switch to using an XP menu if you want a left-click popup. Look at the syntax
for a menu on the menu bar. You can use that to make a left-click popup.
Thanks much. Assuming that http://www.mozilla.org/xpfe/xptoolkit/menus.html is
the document I should look into.
Dave, I think this bug should be yours. You can close down the bug once you
turned on the new xul popup stuff. Thanks,
| Reporter | ||
Comment 9•26 years ago
|
||
Yes, it's on the current B1 list.
Comment 10•26 years ago
|
||
My hands have deteriorated to the point where I can no longer type. I need
help. If you think you can fix this bug on your own, please take it away from
me. If you'd like to volunteer to be my hands for a specific bug, then I'll be
happy to come up to your cube and sit with you and fix the bug (assuming you
have the patience for that).
| Reporter | ||
Comment 11•26 years ago
|
||
Jefft has done a workaround for this, so I think we can take it off the B1
radar. Clearing dependency and milestone (hope this is ok with you, Peter)
Comment 12•26 years ago
|
||
Using 19990923 builds on win 98 I can't a small .gif attached file to display in
either IMAP or POP. Also, for POP the system hangs when just trying to view the
message with this attachment, IMAP displays the message with the text I've typed
(no attachment) and doesn't hang. When was the workaround implemented?
| Reporter | ||
Updated•26 years ago
|
Assignee: hyatt → jefft
| Reporter | ||
Comment 13•26 years ago
|
||
Reassigning to jefft for comment
Comment 14•26 years ago
|
||
The workaround was checked in Monday. If your are using XUL as your output for
the message displayed in your message pane (by default it is) then you should be
able to the "Save Attachment(s)" text menu on the right hand side of the message
header prior to the attachments paper clip icon. Sending messages with
attachments work for me with today's build at least for attaching work document.
You can use qatest21 account to see some of the messages which contains
attachments. Try Karen's "attach1" message and my "two more attachments" you
should be able to see the attachments list and save them to the disk. The
implementation was using menubar as suggested earlier by hyatt.
Comment 15•26 years ago
|
||
I'll try my best to figure out and turn on the popup menu. hyatt, is there any
thing I should watch out for? I know that you commented out the popup in
nsWebShellWindows.cpp. Is it save for me to uncomment it? Or the code is
obsolete? You don't need to answer these questions using keyboad. You can leave
the answer to my voice mail -- x3328. Thanks much, -- Jeff
Comment 16•26 years ago
|
||
popups will work once waterson checks in a fix that we cooked up today. examine
the personal toolbar buttons to see the proper way to do a popup.
Comment 17•26 years ago
|
||
Thanks, Dave. Chris, is there any thing I can help with?
Comment 18•26 years ago
|
||
Reassign to rhp. He wants it. :-)
| Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 19•26 years ago
|
||
The attachments menu is now operational again and closer to the spec. The hack
menu has been removed.
- rhp
Comment 20•26 years ago
|
||
Verified on Linux and Win32 under POP and IMAP. I tested with these builds:
Win32 commercial seamonkey build 1999-10-13-13-m11 installed on P166 Win98
Linux commercial seamonkey build 1999-10-13-12-m11 installed on P200 RedHat 6.0
ftp://sweetlou/products/client/seamonkey/unix/linux_glibc/2.2/x86/1999-10-13-12-M11/
ftp://sweetlou/products/client/seamonkey/windows/32bit/x86/1999-10-13-13-M11/
On Mac, there is an [PP] parity bug 16145. There is no attachment button.
Marking this bug as verified as resolved. The mac but is being kept tracked
separately.
Updated•21 years ago
|
Product: MailNews → Core
Updated•18 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•