Closed Bug 38924 Opened 25 years ago Closed 25 years ago

problems with <FIELDSET> after Reset

Categories

(Core :: Layout: Tables, defect, P3)

x86
All
defect

Tracking

()

RESOLVED FIXED

People

(Reporter: Henric.Boehm, Assigned: karnaze)

References

Details

Attachments

(1 file)

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>
OS: Windows NT → All
Attached file exsample code (deleted) —
I found a work-around: Using a style definition for the outer table <TABLE border="0" cellspacing="0" STYLE="width:100%"> the problem disappears...
This sounds like a table bug - reassigning
Assignee: rods → karnaze
Component: HTML Form Controls → HTMLTables
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
This bug is duplicate of bug 35964.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Depends on: 35964
->gerardok
QA Contact: ckritzer → gerardok
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: