Closed
Bug 30018
Opened 25 years ago
Closed 25 years ago
Table cells disappear if <input type=hidden> occurs outside table cell
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: ainsje00, Assigned: rickg)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
|
177 bytes,
text/html
|
Details |
A pictoral link to a previous page appears at the bottom of the page. The
picture is called for display in this html section
<td class=SkyBlue> <img src="./images/bb0less_f2.gif" width=20 height=18
align=top border=0></td>
<td class=SkyBlue> <select name=i>
<option selected value=-1>Page
<option value=24>1 Day
<option value=48>2 Days
<option value=72>3 Days
<option value="168">1 Week
<option value=336>2 Weeks
<option value=720>1 Month
<option value=2160>3 Months
</select></td><td class=SkyBlue> <input type=image
src="./images/bb0more.gif" name=jd border=0 align=top alt="Click here to find
more topics"> </td>
</form>
</tr>
</table>
</td>
<td class=SkyBlue width=1><br><img src="./images/s.gif" width=1><br></td>
</tr>
<tr><td class=SkyBlue colspan=3 height=1><img src="./images/s.gif" height=1
width=100%></td></tr>
</table>
</TD>
Mozilla does not render the picture, making it impossible to visit the previous
page.
Comment 1•25 years ago
|
||
Confirmed on Linux build 2000.03.06.09. The <input type=hidden> tag which
occurs between <tr> and <td> causes cells to disappear. In the testcase, the
table should have three cells, the ones on the left and right containg the text
"Test". Only the center cell with the select element appears.
Status: UNCONFIRMED → NEW
Component: Browser-General → HTML Element
Ever confirmed: true
Keywords: testcase
Summary: Pictoral link does not appear → Table cells disappear if <input type=hidden> occurs outside table cell
Comment 2•25 years ago
|
||
Comment 3•25 years ago
|
||
Reassign to HTML Elements.
Assignee: cbegle → rickg
QA Contact: asadotzler → petersen
It's a DUPPPPEEE.
*** This bug has been marked as a duplicate of 29821 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•