Closed Bug 468069 Opened 16 years ago Closed 16 years ago

Form content inside a table is not visible

Categories

(Firefox :: General, defect)

x86
macOS
defect
Not set
minor

Tracking

()

RESOLVED INVALID

People

(Reporter: mozilla, Unassigned)

Details

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4

in HTML, putting <FORM> tags inside a <TD> causes the elements witin the form (text, controls) to be invisible.

Reproducible: Always

Steps to Reproduce:
1. Create table with 1 row, with 1 cell.
2. Put a form inside the td with 1 control
3. open page with FF
Actual Results:  
Empty screen

Expected Results:  
See form contents

A workaround is putting the form around the table, or anywhere else really.
Testcase has been checked with W3C validator and is valid HTML4.1 Transitional.
In html.css (the client side CSS) it says:

tr > form:-moz-is-html, tbody > form:-moz-is-html,
thead > form:-moz-is-html, tfoot > form:-moz-is-html,
table > form:-moz-is-html {
/* Important: don't show these forms in HTML */
display: none !important;
}

Which according to firebug is the style applied to the form.
Ok, after restarting FF, this went away. No idea why this happend. This can be closed I suppose.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: