Closed Bug 431034 Opened 16 years ago Closed 14 years ago

Remote XSL transform rendering problem

Categories

(Firefox :: Tabbed Browser, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: outis, Unassigned)

Details

(Whiteboard: [CLOSEME 2010-11-15])

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5

When rendering an XML file with associated XSL transform, there is a wide black border on the right and the bottom of the page. This border vanishes when resizing the window.
I can only reproduce this bug by loading it from http://localhost/.../bug.xml. It doesn't occur when loading it from another website, nor when loading it as file://.../bug.xml. The browser displays the source of both the xml and xsl correctly in all cases (so it's just the rendering that goes wrong).
My computer is running Apache 2.2.

Reproducible: Always

Steps to Reproduce:
1. Create index.xml with the following content:
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="index.xsl"?>
<xml>
</xml>

2. Create index.xsl transform with the following content:
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <xsl:template match="/">
  <html><body></body></html>
  </xsl:template>
</xsl:transform>

3. Load the xml file through your locally running http server.
Actual Results:  
A black border on the right of about 10% of the width of the window, and a black border on the bottom of about 10% of the height of the window.

Expected Results:  
No border.
This bug was reported using Firefox 3.0 or older, which is no longer supported. The bug has also not been changed in over 500 days and is still in UNCO.
Reporter, please retest this bug in Firefox 3.6.10 or later using a fresh profile, http://support.mozilla.com/en-US/kb/managing+profiles. If you still see this problem, please update the bug. If you no longer see the bug, please set the resolution to RESOLVED, WORKSFORME.

This is a mass search of unconfirmed bugs that have no activity on them, so if you feel a bug was marked in error, just remove the CLOSEME comment in the whiteboard within the next month.
Whiteboard: [CLOSEME 2010-11-15]
No reply, INCOMPLETE. Please retest with Firefox 3.6.12 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.