Closed
Bug 187589
Opened 22 years ago
Closed 21 years ago
Mozilla asks for PDF plug-in
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: bozhilov, Assigned: peterlubczynski-bugs)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.3a) Gecko/20021212
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.3a) Gecko/20021212
In the page http://www.mmatch.techno-link.com/1.htm the browser hangs and asks
for correct pdf plug-in although it is available.This page can be
displayedcorrectly in Netscape4.7 or Explorer 5 but newer versions of Nescape
and Mozilla cannot.
Reproducible: Always
Steps to Reproduce:
1.go to http://www.mmatch.techno-link.com/pages.html
2.click onred square with 1
3.
Actual Results:
page asks for correct plug-in
Expected Results:
the page should be dsplayedusing a pdf plug-in
Comment 1•22 years ago
|
||
I don't have any issues with 2002123108 on WinXP, but the source of the page
uses <embed id="g1"
src="http://www.mmatch.techno-link.com/pdf/1.pdf"
ALIGN="top"
WIDTH="887"
HEIGHT="1254" > which is deprecated.
The correct source should be:
<object id="g1" data="http://www.nmatch.techno-link.com/pdf/1.pdf"
type="application/pdf" style="text-align: right; width: 887px; height: 1254px">
Let their Webmaster know that.
Comment 2•22 years ago
|
||
Unless I am wrong, Adobe doe snot yet have a pdf version that works from withing
the browser for OS X. Or does it ? hmm...
Assignee | ||
Comment 3•22 years ago
|
||
This is an embedded PDF. Does it work with an IFRAME?
WorksForMe using FizzillaMach/2003021903 and the third-party PDF plug-in
available from <http://www.schubert-it.com/plugin/>. boz, can you still
reproduce this problem using a current nightly build and the aforementioned plug-in?
Severity: critical → normal
Summary: hangs and asks for pdf plug-in → Mozilla asks for PDF plug-in
No response from reporter -> WFM
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
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
•