Closed
Bug 158978
Opened 24 years ago
Closed 24 years ago
Table cell shows vertical space where hidden input fields occur
Categories
(Core :: Layout: Tables, defect)
Tracking
()
People
(Reporter: rgpelayo, Assigned: karnaze)
References
(
URL
)
Details
Attachments
(1 file)
|
20.47 KB,
application/x-zip-compressed
|
Details |
The HTML looks like this:
<TABLE cellSpacing=0 cellPadding=0 border=1>
<TBODY>
<TR>
<TD align=middle bgColor=#f3f6f8>
<FORM name=searchCoursesCeFilter action=/knav/nav><INPUT type="hidden"
value=catalogSearch name=cmd></FORM>There should be no space above this text.</TD>
</TR>
</TBODY>
</TABLE>
Space appears above the text, whereas IE shows no space.
| Reporter | ||
Comment 1•24 years ago
|
||
Test case attached.
Comment 2•24 years ago
|
||
This is a duplicate; this happens because the form is not empty, so the "empty
form in table cell" quirk is not applied.
Whiteboard: DUPEME
Comment 3•24 years ago
|
||
This bug is similar to 41806.
*** This bug has been marked as a duplicate of 41806 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•