Closed
Bug 222757
Opened 21 years ago
Closed 21 years ago
Mozilla always asks "what should Mozilla do with this file" even when configured not to
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 193698
People
(Reporter: minfrin, Assigned: peterlubczynski-bugs)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030807
Build Identifier: Mozilla v1.5 final (Windows 2000)
- Install v1.5 final on Windows 2000.
- Click on a PDF document (in our case the PDF is generated on the fly).
- Mozilla asks "what should Mozilla do with this file"?
- Go to Edit -> Preferences -> Navigator -> Helper Apps and select
application/pdf, then click "edit".
- See that "Always ask me before handling files of this type" is UNchecked.
Correct behaviour: if this tab is unchecked, then Mozilla should not ask the
user how to handle PDF files, but rather follow the instructions given to
Mozilla in the application/pdf configuration.
When saving these settings, Mozilla warns that it handles PDFs internally. It is
possible that this "internal handling" is ignoring the user defined settings,
which is broken.
This is delaying a rollout of Mozilla in our enterprise, as users find this
extra unnecessary confirmation very irritating.
Reproducible: Always
Steps to Reproduce:
See above
Updated•21 years ago
|
Keywords: nsenterprise
Comment 1•21 years ago
|
||
under "When a file of this type is encountered",
which radio button do you have seleted:
"open it using the default app"
"open it with _________ " or
"save it to disk" ?
Reporter | ||
Comment 2•21 years ago
|
||
The first one: "Open it using the default application".
Comment 3•21 years ago
|
||
What's the content-disposition header sent by the server?
Comment 4•21 years ago
|
||
it sounds like you have the pdf plugin installed, and the server sends
Content-Disposition:attachment. sending no Content-Disposition header, or
sending inline instead of attachment, should cause the plugin to be used for
showing the pdf.
newer mozilla versions should indicate that the dialog is displayed because the
server requested external handling
Reporter | ||
Comment 5•21 years ago
|
||
Just checked: the server was sending Content-Disposition: attachment instead of
inline.
Is it not possible to make the popup box clearer that the behaviour is at the
request of the server, and is overriding the settings of the client?
Regards,
Graham
--
Comment 6•21 years ago
|
||
Graham, see comment 4. In current builds, the dialog box says:
The site has suggested that "xxxxx" be handled as an attachment. It
is of type foo/bar and located at:
Marking duplicate of the bug that changed the text to this....
*** This bug has been marked as a duplicate of 193698 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•