Closed Bug 283158 Opened 20 years ago Closed 20 years ago

The content of a table is not displayed

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
minor

Tracking

()

RESOLVED INVALID

People

(Reporter: jeudames, Assigned: bugzilla)

Details

User-Agent:       Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0

The following HTML file doesn't display the word 'Toto' as expected.
Instead, it displays nothing. IE renders the page correctly.
My original example was much larger, but I removed all useless tags.

<HTML>
<BODY>
<FONT>
<FORM id=frmExportSociete style="display:none" method=post>
<INPUT type=hidden value=ACCUEIL name=SEARCHNAME>
</FORM>
<SCRIPT></SCRIPT>
<TABLE border=0>
<TR>
<TD>Toto</TD>
</TR>
</TABLE>
</FONT>
</BODY>
</HTML>

If you remove either the FONT, INPUT or SCRIPT tags, it works fine !


Reproducible: Always

Steps to Reproduce:
1. Create an HTML file containing:

<HTML>
<BODY>
<FONT>
<FORM id=frmExportSociete style="display:none" method=post>
<INPUT type=hidden value=ACCUEIL name=SEARCHNAME>
</FORM>
<SCRIPT></SCRIPT>
<TABLE border=0>
<TR>
<TD>Toto</TD>
</TR>
</TABLE>
</FONT>
</BODY>
</HTML>

2. Open the file with Firefox

Actual Results:  
Nothing is displayed

Expected Results:  
Display the word 'Toto'
i'd say this one is invalid.

The form tag is not allowed within the font tag. Removing the font tag [which is
deprecated anyway, and doesn't seem to have no use here] fixes your problem.

PS: thank you for providing a reduced test case :)
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.