Closed
Bug 942
Opened 26 years ago
Closed 26 years ago
layout is incorrect on this page
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
M3
People
(Reporter: buster, Assigned: peterl-retired)
References
()
Details
notice the top images, and the rightmost (solid black) column
the problem is the form elements are the wrong size.
I've added a minimized test case below:
<FORM ACTION="EPollM.ProcessResponse" METHOD="POST" TARGET="_top">
<TABLE BORDER=4 CELLPADDING="0" CELLSPACING="0">
<TR>
<TD>
<FONT SIZE=1 FACE="ARIAL, HELVETICA"><B>gender: <INPUT
TYPE="radio" NAME="fgender" VALUE="M"> male <INPUT TYPE="radio"
NAME="fgender" VALUE="F"> female</B></FONT><BR>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR>
<TD>
<FONT SIZE=1 FACE="ARIAL,
HELVETICA"><B>age:</B><BR>
<INPUT TYPE="text" NAME="fage" SIZE=4>
</TD>
<TD>
<FONT SIZE=1 FACE="ARIAL,
HELVETICA"><B>zip code:</B><BR>
<INPUT TYPE="text" NAME="fzip5" SIZE=7>
</TD>
<TD>
<FONT SIZE=1 FACE="ARIAL,
HELVETICA"><B>+ 4:</B><BR>
<INPUT TYPE="text" NAME="fzip4" SIZE=4>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</form>
the problem is the form elements are the wrong size.
I've added a minimized test case below:
<FORM ACTION="EPollM.ProcessResponse" METHOD="POST" TARGET="_top">
<TABLE BORDER=4 CELLPADDING="0" CELLSPACING="0">
<TR>
<TD>
<FONT SIZE=1 FACE="ARIAL, HELVETICA"><B>gender: <INPUT
TYPE="radio" NAME="fgender" VALUE="M"> male <INPUT TYPE="radio"
NAME="fgender" VALUE="F"> female</B></FONT><BR>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR>
<TD>
<FONT SIZE=1 FACE="ARIAL,
HELVETICA"><B>age:</B><BR>
<INPUT TYPE="text" NAME="fage" SIZE=4>
</TD>
<TD>
<FONT SIZE=1 FACE="ARIAL,
HELVETICA"><B>zip code:</B><BR>
<INPUT TYPE="text" NAME="fzip5" SIZE=7>
</TD>
<TD>
<FONT SIZE=1 FACE="ARIAL,
HELVETICA"><B>+ 4:</B><BR>
<INPUT TYPE="text" NAME="fzip4" SIZE=4>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</form>
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 4•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Comment 5•26 years ago
|
||
There are a couple of remaining problems. One is that the table border width is
affecting the cells. The other problem is that the fonts are different than
Nav4.5 on the form controls. Here is a slightly simpler test illustrating these.
<html>
<body>
<FORM>
<TABLE BORDER=6 CELLPADDING="0" CELLSPACING="0">
<TR>
<TD>
<FONT SIZE=1 FACE="ARIAL, HELVETICA">
<B>gender:
<INPUT TYPE="radio" NAME="fgender" VALUE="M"> male
<INPUT TYPE="radio" NAME="fgender" VALUE="F"> female</B></FONT><BR>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR>
<TD>
<FONT SIZE=1 FACE="ARIAL, HELVETICA"><B>age:</B><BR>
<INPUT TYPE="text" NAME="fage" SIZE=4></TD>
<TD>
<FONT SIZE=1 FACE="ARIAL, HELVETICA"><B>zip code:</B><BR>
<INPUT TYPE="text" NAME="fzip5" SIZE=7></TD>
<TD>
<FONT SIZE=1 FACE="ARIAL, HELVETICA"><B>+ 4:</B><BR>
<INPUT TYPE="text" NAME="fzip4" SIZE=4></TD></TR>
</TABLE></TD></TR>
</TABLE>
</form>
</body>
</html>
Updated•26 years ago
|
Assignee: karnaze → peterl
Severity: major → normal
Status: ASSIGNED → NEW
Priority: P2 → P3
Comment 6•26 years ago
|
||
Regarding my last comment, the table border problem has been fixed. The other
problem of the font size/weight may just be a bug in Nav4.5 or the absence of
some fonts. I'll give this to Peter and he can decide. Here is a very simple
illustration of the font differences.
<body>
<font size=1 FACE="ARIAL, HELVETICA">gender<b>gender</b></font><br>
</body>
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•26 years ago
|
||
The font size differences are due to Nav4.X font size rounding bug that I have
fixed in NGLayout. These are expected.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•26 years ago
|
||
Fixed in March 19th Windows Build (M3)
You need to log in
before you can comment on or make changes to this bug.
Description
•