Closed
Bug 38924
Opened 25 years ago
Closed 25 years ago
problems with <FIELDSET> after Reset
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: Henric.Boehm, Assigned: karnaze)
References
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
After pressing the reset button, the fieldset frame hasn't the right position
any more.
The following code causes this behavior:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
<TITLE>testing</TITLE>
<META http-equiv="Content-Style-Type" content="text/css">
</HEAD>
<BODY>
<FORM NAME="unternehmen" action="Un_Erf2.Html" target="_self" onsubmit="alert
('!!!');">
<TABLE border="0" cellspacing="0">
<COLGROUP>
<COL width="50%">
<COL width="50%">
</COLGROUP>
<TBODY>
<TR>
<TD colspan="2">
<FIELDSET><LEGEND>Unternehmen<BR>
</LEGEND>
<TABLE border="0" cellspacing="0">
<COLGROUP>
<COL width="30%">
<COL width="70%">
</COLGROUP>
<TBODY>
<TR>
<TD><LABEL for="fubz">Bezeichnung</LABEL></TD>
<TD><INPUT type="TEXT" class="TEXT" size="80" value="Deutsche Bahn"
name="bezeichnung" id="fubz" onblur="check_text(this)"></TD>
</TABLE>
</FIELDSET>
<TR>
<TD>
<INPUT type="submit">
<TD>
<INPUT type="reset">
</TBODY>
</TABLE>
</FORM>
</BODY>
</HTML>
Reporter | ||
Updated•25 years ago
|
OS: Windows NT → All
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
I found a work-around:
Using a style definition for the outer table
<TABLE border="0" cellspacing="0" STYLE="width:100%">
the problem disappears...
Comment 3•25 years ago
|
||
This sounds like a table bug - reassigning
Assignee: rods → karnaze
Component: HTML Form Controls → HTMLTables
Comment 4•25 years ago
|
||
This bug is duplicate of bug 35964.
Henric.Boehm@bw.aok.de - could you please read the Bug Writing Guidelines at
<http://www.mozilla.org/quality/bug-writing-guidelines.html> to see the
kinds of information we need in a bug report. Please consider using the
Bugzilla Helper to report future bugs.
The Helper can be found at <http://www.mozilla.org/quality/help/bug-form.html>
Thanks for your help in testing Mozilla.
Bernd
Reporter | ||
Comment 5•25 years ago
|
||
This bug is duplicate of bug 35964.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•