Closed Bug 58925 Opened 24 years ago Closed 23 years ago

Open pdf attachment in mail, no window displays

Categories

(MailNews Core :: Networking: IMAP, defect, P3)

x86
Windows NT
defect

Tracking

(Not tracked)

VERIFIED WORKSFORME

People

(Reporter: selmer, Assigned: mscott)

References

Details

(Keywords: regression)

11/1 limbo2

I have an email with a pdf document attached.  When I use the paperclip button
to open it and click on the open it radio button, acrobat reader is launched.
However, it never shows up in the task bar, never displays in any NS6 window,
and never opens its own window.  I had Scottip try this on his NT, he got a
reader window but no contents.  (He has a different version of the reader than
me, may be related to the difference.
I'm certain this used to work, marking regression and rtm.
Keywords: regression, rtm
This is a dup of a bug andrei owns. the plugin code is jumpining on the pdf
content before the helper app code has a chance to be executed. I believe the
bug was futured for this release. Maybe av, remembers more. 
Assignee: mscott → av
Damn!  I just didn't wait long enough.  I left my desk for a few minutes and the
acrobat window was up with the content when I returned.  On the other hand, I
tried to switch back to my inbox and the mail window hung :-(
The content should be displayed in the message body window like *.swf 
attachments do. Acrobat relies to StreamAsFile mechanism so it ignores the 
incoming stream and waits for the local file to be ready. Looks like 
nsImapProtocol.cpp does not have all the necessary stub implementations. The on 
we need for Acrobat is:

NS_IMETHODIMP
nsImapMockChannel::GetLocalFile(nsIFile* *file)
{
    NS_NOTREACHED("GetLocalFile");
    return NS_ERROR_NOT_IMPLEMENTED;
}

Changing product to mail-news.
Component: Browser-General → Networking - IMAP
Product: Browser → MailNews
Assignee: av → mscott
QA Contact: doronr → esther
Reassigning to default owner.
rtm- based on mscott's comment
Whiteboard: [rtm-]
Changing qa assign
QA Contact: esther → pmock
*** Bug 65588 has been marked as a duplicate of this bug. ***
Assign it to myself
QA Contact: pmock → fenella
this is working for me but I don't have a plugin for acrobat to get in the way.
I think when selmer ran into this he was using the plugin. Steve, is that true?
If not, this may be a WFM now.
Using 1/26 MTEST build, I still have the original behavior.  I don't have any
trunk builds installed yet, I'll have to give that a spin.
To Esther ..
QA Contact: fenella → esther
OK, on 3/8 04 build (was 09 build on sweetlou?) I still have the problem.  Use
paper clip to open PDF attachment, acrobat launches, nothing in taskbar, no
window shows up, mail UI frozen (browser works) for a long time.  Eventually,
mail UI comes back and it's as though I never clicked anything.  I don't see an
acrobat process in the task manager.
Keywords: rtmnsdogfood
Whiteboard: [rtm-]
*** Bug 71675 has been marked as a duplicate of this bug. ***
*** Bug 85640 has been marked as a duplicate of this bug. ***
This is what happens for me with build 20011018:
1. recieving a mail with a pdf attachment
2 [details] [diff] [review]. docuble click on the pdf attachment
3 [details] [diff] [review]. acrobat reader (5.0) is launched (splash screen showed)
4. mozilla downloads the attachment in the message pane
5. pdf document (acrobat reader) is shown in the message pane.

so basiclly worksforme...
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
QA Contact: esther → trix
verified wfm
Status: RESOLVED → VERIFIED
On win98, I get the right behavior.  On NT, the reader doesn't show up in my
message pane, instead it launches as a separate app window.  Is that what's
expected?  Is there some config thing I need to do so it shows up in the message
pane?
Product: MailNews → Core
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.