Closed
Bug 438348
Opened 17 years ago
Closed 17 years ago
HTML file referring to other HTML files on the same server fails to display those files
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
People
(Reporter: amaley, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0
This may be the Cross-site xhr bug, although I'm not sure. An HTML file on a server FOCUS refers to other HTML files on that same server, yet they cannot be displayed on Version 3, whereas they could on version 2. A snippet of the HTML on the FOCUS server is included below. Clicking on "View log for Release" causes nothing to happen, although Firefox can easily open the HTML file referred to, e.g. //FOCUS\RembuildDrive\BUILD1382\Gbb\Release\1213072663.htm
<HTML><HEAD><TITLE>Results of BUILD1382_ALL</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name="author" content="Valco Data Systems">
<br /><p><font size = 5 >Results of BUILD1382_ALL</font></p><table border=1 thickness=1 cellspacing=0 cellpadding=3>
<tr><td colspan='3' bgcolor='black'><font color='white'><b><center>Build Started - Tue Jun 10 00:37:30 2008</center></b></font></td></tr><tr><td colspan='2'>GBB - 0 error(s), 0 warning(s)</td><td><A href="file://FOCUS\RembuildDrive\BUILD1382\Gbb\Release\1213072663.htm""> View log for Release</A></td></tr>
<tr><td colspan='2'>GDC - 0 error(s), 1 <FONT color =red>warning(s)</FONT></td><td><A href="file://FOCUS\RembuildDrive\BUILD1382\GDC\Release\1213072687.htm""> View log for Release</A></td></tr>
<tr><td colspan='2'>LabCapture - 0 error(s), 0 warning(s)</td><td><A href="file://FOCUS\RembuildDrive\BUILD1382\LabCapture\Release\1213072689.htm""> View log for Release</A></td></tr>
<tr><td colspan='2'>LibTiff - 0 error(s), 0 warning(s)</td><td><A href="file://FOCUS\RembuildDrive\BUILD1382\Libtiff\Release\1213072717.htm""> View log for Release</A></td></tr>
<tr><td colspan='2'>OptLib - 0 error(s), 0 warning(s)</td><td><A href="file://FOCUS\RembuildDrive\BUILD1382\OptLib\Release\1213072777.htm""> View log for Release</A></td></tr>
Reproducible: Always
Steps to Reproduce:
1.open the main HTML file
2.Click on View log for Release
3.
Actual Results:
Referred to file fails to display. Nothing happens, not even a warning.
Expected Results:
In version 2, the referred to file would display without a problem.
I can supply complete files, but I suspect this is plenty of info. Unfortunately, for the time being I'm going to have to go back to version 2, since we use this feature all the time.
Comment 1•17 years ago
|
||
you must use forward slashes in href attributes.
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•