Closed
Bug 232889
Opened 22 years ago
Closed 22 years ago
Link to PDF file does not respond or open
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: gds, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
|
1.48 KB,
text/html
|
Details |
User-Agent:
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113
An internal web-based application searches for and displays links to PDF
documents. When a pdf link is clicked on, nothing happens. (For all other sites,
when links to PDFs are clicked-on, acroread is launched as expected.)
When the cursor is placed over the pdf link, the status bar at bottom shows:
file:///\\JOCY120\Csys1\active\2801501_A.PDF
When I right-click on the link and "copy link location" and paste to URL bar,
and hit enter, acroread runs and displays the file. When pasted to URL bar it
looks link this:
file:///%5C%5CJOCY120%5CCsys1%5Cactive%5C2801501_A.PDF
Reproducible: Always
Steps to Reproduce:
1. Go to internal web page with pdf links
2. Click on link
3.
Actual Results:
Nothing happen on click.
Expected Results:
Launch acroread on click.
I will attach the source for an offending web page. Also, when IE is used on the
same page, it attempts to start acroread but indicates that an internal error
has occurred. It places \\JOCY120\Csys1\active\2801501_A.PDF in the URL bar.
When I type file:// in front of it and hit enter, acroread starts from IE too.
Possibly a similar bug in Moz and IE?
| Reporter | ||
Comment 1•22 years ago
|
||
| Reporter | ||
Comment 2•22 years ago
|
||
When I saved-as from view source did not get what I saw on screen. Sorry. Did
cut/paste this time to file. Should be a html file, not vbscript.
Attachment #140428 -
Attachment is obsolete: true
Comment 3•22 years ago
|
||
> file:///\\JOCY120\Csys1\active\2801501_A.PDF
The problem is that IE treats '\' and '/' as synonymous in URLs. Mozilla does
not (because they are not). So the link points to different files in IE and
Mozilla... If the page used '/' throughout in that link, it would work in both
browsers.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•